Skip to content

Commit

Permalink
Merge pull request #1869 from jenshnielsen/azure_correct_r_dist_name
Browse files Browse the repository at this point in the history
Azure twine -r name should match service endpoint
  • Loading branch information
jenshnielsen authored Dec 5, 2019
2 parents 20c60dd + edf648e commit ea7703a
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 @@ -162,6 +162,6 @@ jobs:
displayName: "Build dist artifacts"
- script: |
source activate qcodes &&
twine upload -r "pypi" --config-file $(PYPIRC_PATH) dist/*
twine upload -r "qcodes" --config-file $(PYPIRC_PATH) dist/*
condition: and(succeeded(), eq( variables['Agent.OS'], 'Linux' ), contains(variables['Build.SourceBranch'], 'refs/tags/'))
displayName: "Upload tagged release to PyPi"

0 comments on commit ea7703a

Please sign in to comment.