Skip to content

Commit

Permalink
CI: Windows doesn't have shell globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Jan 31, 2024
1 parent 9dc4875 commit f69912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Build wheels
# https://github.com/pypa/cibuildwheel/issues/173#issuecomment-1501236916
run: python -m cibuildwheel ./dist/*.tar.gz --output-dir ./dist
run: python -c "import glob,pathlib,runpy,sys; sys.argv[:] = ['cibuildwheel', *glob.glob('./dist/*'), '--output-dir', './dist']; runpy.run_module('cibuildwheel');"
env:
CIBW_BUILD: ${{ matrix.cibw_build }}
CIBW_BUILD_VERBOSITY: 1
Expand Down

0 comments on commit f69912a

Please sign in to comment.