Skip to content

Commit

Permalink
Upload source distribution when releasing (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Nov 14, 2022
1 parent 48db082 commit 66b8631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ jobs:
run: |
pip install twine
twine upload --skip-existing ./**/*.whl
twine upload --skip-existing ./**/*.tar.gz
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
Expand All @@ -282,6 +283,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
./**/*.tar.gz
./**/*.whl
./**/*.zip
./**/*.pdf

0 comments on commit 66b8631

Please sign in to comment.