Skip to content

Commit

Permalink
also upload the wheel to the github release
Browse files Browse the repository at this point in the history
  • Loading branch information
fboerman committed Sep 13, 2021
1 parent b908cb7 commit 745f226
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
--wheel
--outdir dist/
.
- name: Upload distribution 📦 to release
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*.whl
file_glob: true
tag: ${{ github.ref }}
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 745f226

Please sign in to comment.