Skip to content

Commit

Permalink
upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-courtney-pieces committed May 2, 2024
1 parent af743d1 commit 24b9b43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,7 @@ jobs:
generate_release_notes: true
prerelease: false



### Upload to test Pypi
- name: Upload Packages to PyPi for release
if: inputs.deploy == true
run: python -m twine upload --username "__token__" --password "${{ secrets.pypi_token }}" dist/*

0 comments on commit 24b9b43

Please sign in to comment.