Skip to content

Commit

Permalink
Pypi: Update to use new test creds (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch authored Dec 8, 2023
1 parent c501898 commit d219b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
pip_version: "21.1"
subdir: "protocol-models/python/"
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TEST_TWINE_PASSWORD }}
TWINE_USERNAME: ${{ secrets.TEST_TWINE_USERNAME }}
TWINE_REPOSITORY_URL: "https://test.pypi.org/legacy/"

# node
Expand Down

0 comments on commit d219b9c

Please sign in to comment.