diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 04ff86d21824..86f0d9e22d2f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)