Skip to content

Commit

Permalink
Update python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wickerwaka authored Jan 11, 2025
1 parent e0cde67 commit 148ae30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sccache: 'true'
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -64,7 +64,7 @@ jobs:
args: --release --out dist --manifest-path host/pypicorom/Cargo.toml
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -86,7 +86,7 @@ jobs:
args: --release --out dist --manifest-path host/pypicorom/Cargo.toml
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -101,7 +101,7 @@ jobs:
command: sdist
args: --out dist --manifest-path host/pypicorom/Cargo.toml
- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -112,7 +112,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [windows, macos, linux, sdist]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheels
- name: Attach wheels
Expand Down

0 comments on commit 148ae30

Please sign in to comment.