Skip to content

Commit

Permalink
added step to install twine
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash committed Mar 6, 2024
1 parent f7118d8 commit 5e1c4c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:

# The step below publishes to testpypi in order to catch any issues
# with the package configuration that would cause a failure to upload to pypi.
- name: Install twine
run: pip install twine

- name: Publish to TestPyPI
env:
TWINE_USERNAME: '__token__'
Expand Down

0 comments on commit 5e1c4c4

Please sign in to comment.