Skip to content

Commit 8a9b6b3

Browse files
committed
typos
1 parent 1fd4889 commit 8a9b6b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838
path: charm_src/charm
3939
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
4240

4341
- name: Checkout charm_src # is this best practice? should we use a submodule?
4442
uses: actions/checkout@v4
@@ -49,8 +47,6 @@ jobs:
4947
fetch-depth: 0 # Fetch full history, necessary for commit_str parsing in setup.py
5048

5149
- name: Build wheels
52-
env:
53-
CIBW_SKIP: "pp* *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *musllinux_*"
5450
env:
5551
CIBW_SKIP: "pp* *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *musllinux_*"
5652
uses: pypa/cibuildwheel@v2.20.0

0 commit comments

Comments
 (0)