We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd4889 commit 8a9b6b3Copy full SHA for 8a9b6b3
.github/workflows/build_wheels.yml
@@ -37,8 +37,6 @@ jobs:
37
token: ${{ secrets.GITHUB_TOKEN }}
38
path: charm_src/charm
39
fetch-depth: 0 # Fetch full history, necessary for commit_str parsing in setup.py
40
- with:
41
- fetch-depth: 0 # Fetch full history, necessary for git describe in setup.py
42
43
- name: Checkout charm_src # is this best practice? should we use a submodule?
44
uses: actions/checkout@v4
@@ -49,8 +47,6 @@ jobs:
49
47
50
48
51
- name: Build wheels
52
- env:
53
- CIBW_SKIP: "pp* *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *musllinux_*"
54
env:
55
CIBW_SKIP: "pp* *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *musllinux_*"
56
uses: pypa/cibuildwheel@v2.20.0
0 commit comments