Skip to content

Commit

Permalink
Fix one more path
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Aug 17, 2023
1 parent 8c003b4 commit a8d99ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -106,7 +106,7 @@ stages:
condition: succeededOrFailed()
- bash: |
python -m pip install --upgrade twine
twine upload dist/*
twine upload qiskit_pkg/dist/*
env:
TWINE_USERNAME: "qiskit"
TWINE_PASSWORD: $(TWINE_PASSWORD)

0 comments on commit a8d99ed

Please sign in to comment.