Skip to content

Commit b9f54f6

Browse files
2.1.3
1 parent 722bffc commit b9f54f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: pypa/cibuildwheel@v2.16.5
4444

4545
- name: Upload Artifacts
46-
uses: actions/upload-artifact@v4.3.1
46+
uses: actions/upload-artifact@v3
4747
with:
4848
path: ./wheelhouse/*.whl
4949

@@ -58,7 +58,7 @@ jobs:
5858
run: pipx run build --sdist
5959

6060
- name: Upload Artifacts
61-
uses: actions/upload-artifact@v4.3.1
61+
uses: actions/upload-artifact@v3
6262
with:
6363
path: dist/*.tar.gz
6464

0 commit comments

Comments
 (0)