We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6544f commit 40ba172Copy full SHA for 40ba172
1 file changed
.github/workflows/CI.yml
@@ -39,7 +39,7 @@ jobs:
39
sccache: 'true'
40
manylinux: auto
41
- name: Upload wheels
42
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
43
with:
44
name: wheels
45
path: dist
@@ -64,7 +64,7 @@ jobs:
64
args: --release --out dist --find-interpreter
65
66
67
68
69
70
@@ -81,7 +81,7 @@ jobs:
81
command: sdist
82
args: --out dist
83
- name: Upload sdist
84
85
86
87
@@ -96,8 +96,6 @@ jobs:
96
id-token: write
97
steps:
98
- uses: actions/download-artifact@v4
99
- with:
100
- name: wheels
101
- name: Publish to PyPI
102
uses: PyO3/maturin-action@v1
103
0 commit comments