Skip to content

Commit

Permalink
chore(release): Updated API Token username password for Test PyPI and…
Browse files Browse the repository at this point in the history
… prod PyPI (#779)
  • Loading branch information
RitvikKapila authored Aug 6, 2024
1 parent c4e6524 commit 921aeda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codebuild/release/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ env:
variables:
BRANCH: "master"
secrets-manager:
TWINE_USERNAME: PyPiAdmin:username
TWINE_PASSWORD: PyPiAdmin:password
TWINE_USERNAME: PyPiAPIToken:username
TWINE_PASSWORD: PyPiAPIToken:password

phases:
install:
Expand Down
4 changes: 2 additions & 2 deletions codebuild/release/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ env:
variables:
BRANCH: "master"
secrets-manager:
TWINE_USERNAME: TestPyPiCryptoTools:username
TWINE_PASSWORD: TestPyPiCryptoTools:password
TWINE_USERNAME: TestPyPiAPIToken:username
TWINE_PASSWORD: TestPyPiAPIToken:password

phases:
install:
Expand Down

0 comments on commit 921aeda

Please sign in to comment.