Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsta committed Feb 23, 2024
1 parent 1d7d87b commit 99754b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
strategy:
matrix:
#os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [windows-2019]
os: [windows-latest]

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

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

- 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@v3
- uses: actions/upload-artifact
with:
path: ./wheelhouse/*.whl

0 comments on commit 99754b0

Please sign in to comment.