Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mwshinn committed Nov 1, 2024
1 parent 7ffd767 commit 5ff24d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-20.04]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand All @@ -29,6 +29,6 @@ jobs:
CIBW_ARCHS_LINUX: "x86_64 i686"
CIBW_SKIP: "*-musllinux_*"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./dist/*.whl
path: ./dist/*.whl

0 comments on commit 5ff24d4

Please sign in to comment.