Skip to content

Commit

Permalink
fixing dist name in release workflow (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli authored Sep 26, 2023
1 parent 43de4fd commit efe44a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
shell: bash
- uses: actions/upload-artifact@v3
with:
path: ./dist/qiskit*
path: ./dist/arraylias*
- name: Publish to PyPi
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_USERNAME: qiskit
run: twine upload dist/qiskit*
run: twine upload dist/arraylias*

0 comments on commit efe44a0

Please sign in to comment.