Skip to content

Commit

Permalink
Upload tarball too
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 14, 2024
1 parent ad7cdcc commit 6b65bdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/python-src-pkg-build.yml

This file was deleted.

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
twine upload --skip-existing --disable-progress-bar ./wheelhouse/pycryptosat-*.whl ./wheelhouse/pycryptosat-*.tar.gz

0 comments on commit 6b65bdd

Please sign in to comment.