Skip to content

Commit

Permalink
⚗️ Try to fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Jan 17, 2024
1 parent 67bf35a commit 5444f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build wheel
run: |
python -m build -w -C="--global-option=--plat-name" -C="--global-option=$(python -c 'import sysconfig; print(sysconfig.get_platform())')"
python -m build -w -C="--build-option=--plat-name" -C="--build-option=$(python -c 'import sysconfig; print(sysconfig.get_platform())')"
- name: Patch wheel
if: runner.os == 'Linux'
Expand Down

0 comments on commit 5444f4d

Please sign in to comment.