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 dd41f2d commit e0250b4Copy full SHA for e0250b4
2 files changed
.github/workflows/release.yaml
@@ -91,7 +91,7 @@ jobs:
91
- name: Build sdist
92
run: pipx run build --sdist
93
94
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
95
with:
96
path: dist/*.tar.gz
97
.github/workflows/wheels.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build wheels
35
uses: pypa/cibuildwheel@v2.16
36
37
38
39
path: ./wheelhouse/*.whl
40
@@ -47,6 +47,6 @@ jobs:
47
48
49
50
51
52
0 commit comments