Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsta committed Feb 23, 2024
1 parent 99754b0 commit 0303c32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
os: [windows-latest]

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

# Used to host cibuildwheel
- uses: actions/setup-python
- uses: actions/setup-python@v4

- name: Install cibuildwheel
run: python -m pip install cibuildwheel
Expand All @@ -32,6 +32,6 @@ jobs:
env:
GITHUB_BUILDING_WHEELS: 1

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

0 comments on commit 0303c32

Please sign in to comment.