diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15393f2..9bb7083 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,8 @@ jobs: - name: Store built package uses: actions/upload-artifact@v4 with: - name: dist - path: dist/ + name: dist-wheel + path: dist/*.whl release: runs-on: ubuntu-latest @@ -93,7 +93,7 @@ jobs: - name: Download built package uses: actions/download-artifact@v4 with: - name: dist + name: dist-wheel path: dist/ - name: Publish package