Skip to content

Commit

Permalink
hopefully fix issue in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roeger committed Dec 17, 2024
1 parent 869118c commit ef5a9e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: *-musllinux_*
CIBW_SKIP: '*-musllinux_*'

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
#
# - name: Build 64-bit wheel
# run: python -m cibuildwheel --output-dir dist
## env:
## CIBW_BUILD: cp36-win_amd64
# env:
# CIBW_BUILD: cp36-win_amd64
#
# - uses: actions/upload-artifact@master
# with:
Expand Down

0 comments on commit ef5a9e4

Please sign in to comment.