diff --git a/.github/workflows/artifact.yaml b/.github/workflows/artifact.yaml index fb49b354..3f939b2a 100644 --- a/.github/workflows/artifact.yaml +++ b/.github/workflows/artifact.yaml @@ -121,10 +121,10 @@ jobs: - run: source .venv/bin/activate && ./integration/run init - name: Store wheels - if: "startsWith(github.ref, 'refs/tags/')" + # if: "startsWith(github.ref, 'refs/tags/')" uses: actions/upload-artifact@v4 with: - name: orjson_manylinux_2_17_amd64_${{ matrix.python.version }} + name: orjson_manylinux_2_17_amd64_${{ matrix.python.interpreter }} path: target/wheels overwrite: true retention-days: 1