Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1kko authored Jun 26, 2024
1 parent 99af912 commit 34020a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_BUILD: cp39-*, cp310-*, cp311-*, cp312-*
CIBW_SKIP: "*-manylinux_i686"
CIBW_SKIP: "*_i686 *-musllinux_*"
- uses: actions/upload-artifact@v4
with:
name: lie_learn_escience-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit 34020a9

Please sign in to comment.