Skip to content

Commit

Permalink
Update build_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mole authored Dec 4, 2023
1 parent 4588e1d commit 9522dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2

# Used to host cibuildwheel
- uses: actions/setup-python@v3
- uses: actions/setup-python@v2
with:
python-version: 3.10

Expand All @@ -26,6 +26,6 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl

0 comments on commit 9522dbc

Please sign in to comment.