Fix orjson_manylinux_2_17_amd64_* artifact upload · ijl/orjson@3640a30 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit 3640a30

Fix orjson_manylinux_2_17_amd64_* artifact upload

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ jobs:
124 124 if: "startsWith(github.ref, 'refs/tags/')"
125 125 uses: actions/upload-artifact@v4
126 126 with:
127 -name: orjson_manylinux_2_17_amd64_${{ matrix.python.version }}
127 +name: orjson_manylinux_2_17_amd64_${{ matrix.python.interpreter }}
128 128 path: target/wheels
129 129 overwrite: true
130 130 retention-days: 1