File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 - name : Build sdist
2222 run : |
2323 python3 setup.py sdist
24- - uses : actions/upload-artifact@v3
24+ - uses : actions/upload-artifact@v4
2525 with :
2626 name : source-dist
2727 path : ./dist/*.tar.gz
3434 os : [ubuntu-20.04, windows-2019, macos-latest]
3535 env :
3636 CIBW_ARCHS_MACOS : " x86_64 universal2 arm64"
37- MACOSX_DEPLOYMENT_TARGET : " 10.15 "
37+ MACOSX_DEPLOYMENT_TARGET : " 11.0 "
3838 steps :
3939 - uses : actions/checkout@v4
4040 with :
5353 # emulated ones
5454 CIBW_ARCHS_LINUX : auto aarch64 ppc64le s390x
5555
56- - uses : actions/upload-artifact@v3
56+ - uses : actions/upload-artifact@v4
5757 with :
5858 name : ${{matrix.os}}-wheels
5959 path : ./wheelhouse/*.whl
@@ -66,19 +66,19 @@ jobs:
6666 permissions :
6767 id-token : write
6868 steps :
69- - uses : actions/download-artifact@v3
69+ - uses : actions/download-artifact@v4
7070 with :
7171 name : ubuntu-20.04-wheels
7272 path : artifacts/linux
73- - uses : actions/download-artifact@v3
73+ - uses : actions/download-artifact@v4
7474 with :
7575 name : windows-2019-wheels
7676 path : artifacts/windows
77- - uses : actions/download-artifact@v3
77+ - uses : actions/download-artifact@v4
7878 with :
7979 name : macos-latest-wheels
8080 path : artifacts/macos
81- - uses : actions/download-artifact@v3
81+ - uses : actions/download-artifact@v4
8282 with :
8383 name : source-dist
8484 path : artifacts/sdist
Original file line number Diff line number Diff line change 1- __version__ = "4.0.1b1 "
1+ __version__ = "4.0.1b2 "
You can’t perform that action at this time.
0 commit comments