Skip to content

Commit

Permalink
Remove windows path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Matlock committed Jul 15, 2024
1 parent 352f866 commit 87a154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
with:
rustflags: ""
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse bindings/python
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: 'cp3${{ matrix.python-minor-version }}-*'
CIBW_ARCHS: 'auto'
Expand Down

0 comments on commit 87a154a

Please # to comment.