Skip to content

Commit 229277e

Browse files
committed
fix publish dist yml
1 parent 35d4828 commit 229277e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/azure-publish-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
targetPath: 'dist'
66

77
- script: |
8-
python -m pip pip install -r requirements_build.txt
8+
python -m pip install -r requirements_build.txt
99
python setup.py sdist
1010
python -m pip install twine
1111
python -m twine upload dist/* --skip-existing -p $(TWINE_PASSWORD) -u $(TWINE_USERNAME)

0 commit comments

Comments
 (0)