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 64a55bb commit a0a2f6c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
os: [ubuntu-latest]

steps:
# - uses: actions/checkout@v4

## Used to host cibuildwheel
#- uses: actions/setup-python@v3
Expand All @@ -29,8 +28,6 @@ jobs:
repository: UG4/ugcore
path: ugcore



- name: Build wheels
uses: pypa/[email protected]
# env:
Expand All @@ -39,8 +36,8 @@ jobs:
with:
package-dir: .
output-dir: wheelhouse
config-file: "pyproject.toml"
# config-file: "{package}/pyproject.toml"
# config-file: "pyproject.toml"
config-file: "{package}/pyproject.toml"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a0a2f6c

Please sign in to comment.