diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index bf4b93972..748a2d99f 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -52,7 +52,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: linux-wheels + name: opendht-wheels-linux path: ./wheelhouse/*.whl publish: @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/download-artifact@v3 with: - name: linux-wheels + name: opendht-wheels-linux - name: Publish package if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')