We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d4828 commit 229277eCopy full SHA for 229277e
.ci/azure-publish-dist.yml
@@ -5,7 +5,7 @@ steps:
5
targetPath: 'dist'
6
7
- script: |
8
- python -m pip pip install -r requirements_build.txt
+ python -m pip install -r requirements_build.txt
9
python setup.py sdist
10
python -m pip install twine
11
python -m twine upload dist/* --skip-existing -p $(TWINE_PASSWORD) -u $(TWINE_USERNAME)
0 commit comments