We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b4717 commit 0ca3292Copy full SHA for 0ca3292
.github/workflows/build_and_upload.yml
@@ -31,10 +31,10 @@ jobs:
31
CIBW_ARCHS_LINUX: "auto aarch64"
32
CIBW_TEST_REQUIRES: "pytest"
33
CIBW_TEST_COMMAND: "pytest {project}/tests --doctest-modules"
34
- - uses: "actions/upload-artifact@v3"
+ - uses: "actions/upload-artifact@v4"
35
with:
36
path: "./wheelhouse/*.whl"
37
-
+
38
make_sdist:
39
name: "Build source distribution"
40
runs-on: ubuntu-latest
@@ -44,7 +44,7 @@ jobs:
44
submodules: true
45
- name: "Build source distribution"
46
run: "pipx run build --sdist"
47
48
49
path: "./dist/*.tar.gz"
50
@@ -56,7 +56,7 @@ jobs:
56
- build_wheels
57
- make_sdist
58
steps:
59
- - uses: "actions/download-artifact@v4.1.7"
+ - uses: "actions/download-artifact@v4"
60
61
name: artifact
62
path: dist
0 commit comments