From efe44a053527116ba479a7e340620092e22eb3bd Mon Sep 17 00:00:00 2001 From: Daniel Puzzuoli Date: Tue, 26 Sep 2023 12:38:32 -0400 Subject: [PATCH] fixing dist name in release workflow (#29) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a240971..7f5a30c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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* \ No newline at end of file + run: twine upload dist/arraylias* \ No newline at end of file