Skip to content

Commit 522be91

Browse files
Quote publish workflow glob env values
Agent-Logs-Url: https://github.com/astomodynamics/cddp-cpp/sessions/098db056-977b-4864-af6b-b71093876f8a Co-authored-by: astomodynamics <49183997+astomodynamics@users.noreply.github.com>
1 parent 9cddf0f commit 522be91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
- name: Build wheels
5757
run: python -m cibuildwheel --output-dir wheelhouse
5858
env:
59-
CIBW_BUILD: cp310-* cp311-* cp312-* cp313-*
60-
CIBW_SKIP: *-musllinux_* *-win32
59+
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-*"
60+
CIBW_SKIP: "*-musllinux_* *-win32"
6161
CIBW_ARCHS_LINUX: auto64
6262
CIBW_ARCHS_WINDOWS: auto64
6363
CIBW_ARCHS_MACOS: auto64

0 commit comments

Comments
 (0)