Skip to content

Commit

Permalink
v3 everywhere?
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed May 28, 2024
1 parent 41a716c commit 4a902f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
sccache: 'true'
manylinux: musllinux_1_1
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand All @@ -135,7 +135,7 @@ jobs:
args: --release --out dist -i ${{ matrix.platform.interpreter }}
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand All @@ -161,7 +161,7 @@ jobs:
args: --release --out dist -i ${{ matrix.platform.interpreter }}
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand All @@ -179,7 +179,7 @@ jobs:
command: sdist
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand Down

0 comments on commit 4a902f8

Please sign in to comment.