Skip to content

Commit

Permalink
workflows/release: fix PyPI username (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Sep 26, 2023
1 parent f79d628 commit 119497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Publish to PyPI
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_USERNAME: qiskit
run: twine upload dist/qiskit*

0 comments on commit 119497e

Please sign in to comment.