Skip to content

Commit

Permalink
Hmmmm tarball not being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 14, 2024
1 parent 5a30185 commit 1f34060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
twine upload --skip-existing --disable-progress-bar ./wheelhouse/pycryptosat-*.whl ./wheelhouse/pycryptosat-*.tar.gz
twine upload --skip-existing --disable-progress-bar ./wheelhouse/pycryptosat-*.whl

0 comments on commit 1f34060

Please sign in to comment.