diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index bf565782..fde13446 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifact + name: testpypi_artifact path: dist - uses: pypa/gh-action-pypi-publish@v1.8.11 with: @@ -71,6 +71,6 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: artifact + name: pypi_artifact path: dist - uses: pypa/gh-action-pypi-publish@v1.8.11