Skip to content

Commit 4ee7885

Browse files
author
Jim Robinson
committed
Use pypi token from library
1 parent b1fe673 commit 4ee7885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
poetry install
4242
poetry version $(semVer)
4343
poetry build
44-
poetry publish --password $(pypi_token)
44+
poetry publish --username __token__ --password $(pypi_token)
4545
- job: GithubRelease
4646
dependsOn: build
4747
displayName: GithubRelease

0 commit comments

Comments
 (0)