Skip to content

Commit 448938b

Browse files
committed
Fix PYPI
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent 3973884 commit 448938b

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
@@ -129,5 +129,5 @@ jobs:
129129

130130
- script: |
131131
pip install -U twine
132-
twine upload -r {PyPI} --config-file $(PYPIRC_PATH) dist/logwrap-* --skip-existing
132+
twine upload -r PyPI --config-file $(PYPIRC_PATH) dist/logwrap-* --skip-existing
133133
displayName: 'Deploy'

0 commit comments

Comments
 (0)