Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Apr 17, 2024
1 parent e24d35d commit a4a3323
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
os: [ubuntu-latest]

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

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

- uses: actions/checkout@v4
with:
repository: 'https://github.com/UG4/ugcore'

- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit a4a3323

Please sign in to comment.