Skip to content

Commit

Permalink
test python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jun 11, 2024
1 parent 3bdd6f5 commit 52d2b28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ jobs:
steps:
- name: Download artifact
uses: actions/download-artifact@v4
with:
path: $GITHUB_WORKSPACE/matcher_py/dist
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
Expand All @@ -163,4 +161,3 @@ jobs:
command: upload
args: --non-interactive --skip-existing wheels-*/*
rust-toolchain: nightly
working-directory: matcher_py

0 comments on commit 52d2b28

Please sign in to comment.