Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes authored Jan 8, 2024
1 parent 346e4bc commit d7de649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ stages:

- script: |
pip install twine
twine upload --repository testpypi --config-file $(PYPIRC_CONFIG.secureFilePath) dist/*
twine upload --repository pypi --config-file $(PYPIRC_CONFIG.secureFilePath) dist/*
displayName: 'Upload to PyPI'
condition: and(succeeded(), eq(variables['Build.SourceBranchName'], variables['packageVersionFormatted']))

0 comments on commit d7de649

Please sign in to comment.