diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index f52e38e..6904020 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -43,9 +43,9 @@ jobs: run: python setup.py bdist_wheel - name: upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: - name: wheel-${{ matrix.os }} + name: dist path: ./dist/*.whl