Skip to content

Commit

Permalink
Set username to __token__
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrachuk committed May 15, 2024
1 parent 88f33e8 commit 56ef856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stages:
- template: .use-python.yml
- script: |
python setup.py sdist bdist_wheel
twine upload dist/* -u mdrachuk -p $(PYPI_API_TOKEN)
twine upload dist/* -u __token__ -p $(PYPI_API_TOKEN)
displayName: 'Publish to PyPI'
dependsOn:
- Check
Expand Down

0 comments on commit 56ef856

Please sign in to comment.