Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
crflynn committed Apr 26, 2022
1 parent 670904d commit 5b364e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
pip install --upgrade twine
twine upload $wheelhouse/*.whl
twine upload wheelhouse/*.whl
build_sdist:
name: build sdist
Expand Down

0 comments on commit 5b364e6

Please sign in to comment.