Skip to content

Commit

Permalink
Fix artifact publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Mar 27, 2024
1 parent 11c7de8 commit cd2675c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
uses: actions/upload-artifact@v4
with:
name: wheels
name: orjson_sdist
path: dist
retention-days: 1

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
uses: actions/upload-artifact@v4
with:
name: wheels
name: orjson_manylinux_2_17_amd64_${{ matrix.python.version }}
path: dist
retention-days: 1

Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
uses: actions/upload-artifact@v4
with:
name: wheels
name: orjson_musllinux_1_2_${{ matrix.platform.arch }}_${{ matrix.python.version }}
path: dist
retention-days: 1

Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
uses: actions/upload-artifact@v4
with:
name: wheels
name: orjson_musllinux_1_2_${{ matrix.target.arch }}_${{ matrix.python.version }}
path: dist
retention-days: 1

Expand All @@ -285,7 +285,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
pattern: orjson_*
- uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down

0 comments on commit cd2675c

Please sign in to comment.