Skip to content

Commit

Permalink
suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Nov 11, 2022
1 parent a6e47ca commit c2a80bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
- name: Publish Packages to PyPi
env:
TWINE_PASSWORD: ${{ secrets.TEST_PYPI }}
TWINE_USERNAME: __token__
TWINE_REPOSITORY: testpypi
TWINE_PASSWORD_TESTPYPI: ${{ secrets.TEST_PYPI }}
TWINE_USERNAME_TESTPYPI: __token__

run: ./pants publish //:package

0 comments on commit c2a80bd

Please sign in to comment.