Skip to content

Commit

Permalink
update the job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Feb 17, 2024
1 parent 0dc3898 commit 794afd2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
py: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]

steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Visual Studio shell on Windows
uses: egor-tensin/vs-shell@v2
Expand Down Expand Up @@ -50,6 +52,6 @@ jobs:
CIBW_BUILD: ${{ matrix.py }}
run: python -m cibuildwheel --output-dir wheelhouse

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

0 comments on commit 794afd2

Please sign in to comment.