Skip to content

Commit

Permalink
fixup5
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Feb 16, 2024
1 parent cfc85c5 commit 661b7fd
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 @@ -71,7 +71,7 @@ jobs:
- name: Build wheels
# https://github.com/pypa/cibuildwheel/issues/173#issuecomment-1501236916
run: >
python -c "import pathlib,subprocess,sys;target=Path(sys.argv[1]);subprocess.check_call([sys.executable,'-m','cibuildwheel',*target.glob('*'),'--output-dir',target])"
python -c "import pathlib,subprocess,sys;target=pathlib.Path(sys.argv[1]);subprocess.check_call([sys.executable,'-m','cibuildwheel',*target.glob('*'),'--output-dir',target])"
dist/
env:
CIBW_BUILD: ${{ matrix.cibw_build }}
Expand Down

0 comments on commit 661b7fd

Please sign in to comment.