File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 apt update -y && apt-get install -y libssl-dev openssl pkg-config
3838 fi
3939 - name : Upload wheels
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : wheels
4343 path : dist
6060 args : --release --out dist --find-interpreter
6161 sccache : " true"
6262 - name : Upload wheels
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : wheels
6666 path : dist
8282 args : --release --out dist --find-interpreter
8383 sccache : " true"
8484 - name : Upload wheels
85- uses : actions/upload-artifact@v3
85+ uses : actions/upload-artifact@v4
8686 with :
8787 name : wheels
8888 path : dist
9797 command : sdist
9898 args : --out dist
9999 - name : Upload sdist
100- uses : actions/upload-artifact@v3
100+ uses : actions/upload-artifact@v4
101101 with :
102102 name : wheels
103103 path : dist
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108 needs : [linux, windows, macos, sdist]
109109 steps :
110- - uses : actions/download-artifact@v3
110+ - uses : actions/download-artifact@v4
111111 with :
112112 name : wheels
113113 - name : Publish to PyPI
You can’t perform that action at this time.
0 commit comments