Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfab authored Dec 27, 2024
1 parent a7a6a12 commit fa71dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux_* cp36-* cp37-*"
CIBW_TEST_COMMAND: python {project}/test.py

- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v3
with:
name: dist
path: ./wheelhouse/*.whl
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Build sdist
run: python setup.py sdist

- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v3
with:
name: dist
path: dist/*.tar.gz

0 comments on commit fa71dd4

Please sign in to comment.