Skip to content

Commit

Permalink
Try to fix publish_pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 25, 2024
1 parent 4aa6266 commit b7096d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
environment:
name: pypi
Expand All @@ -24,7 +23,7 @@ jobs:
steps:
- uses: robinraju/release-downloader@v1
with:
tag: {{ github.event.release.tag_name }}
tag: ${{ github.event.release.tag_name }}
fileName: '*'
out-file-path: 'dist'
# unpacks all CIBW artifacts into dist/
Expand Down

0 comments on commit b7096d7

Please sign in to comment.