Skip to content

Commit

Permalink
.github/workflows/wheels.yml: Remove (replaced by dist.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 9, 2024
1 parent 1020f70 commit c2d06cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 85 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
(cd unpacked && tar xfz - ) < dist/$pkg*.tar.gz
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.17.0 unpacked/$pkg*
done
env:
# on pp310: build/src/cysignals/implementation.c:231:9: error: implicit declaration of function 'PyPyErr_SetInterrupt' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
CIBW_SKIP: "pp31*"

- uses: actions/upload-artifact@v3
with:
Expand Down
85 changes: 0 additions & 85 deletions .github/workflows/wheels.yml

This file was deleted.

0 comments on commit c2d06cc

Please sign in to comment.