Skip to content

Commit

Permalink
Use pypi token from library
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Robinson committed May 15, 2024
1 parent b1fe673 commit 4ee7885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
poetry install
poetry version $(semVer)
poetry build
poetry publish --password $(pypi_token)
poetry publish --username __token__ --password $(pypi_token)
- job: GithubRelease
dependsOn: build
displayName: GithubRelease
Expand Down

0 comments on commit 4ee7885

Please sign in to comment.