Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed Aug 15, 2023
1 parent 04b0430 commit 51773c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# Skip builds(save time / avoid build error)
CIBW_SKIP: "cp36-* pp* *-musllinux_* *_i686 *-win32"
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_BUILD_FRONTEND: "build"

- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
CIBW_ARCHS_LINUX: aarch64
CIBW_BUILD: cp*-manylinux_aarch64
CIBW_SKIP: "cp36-*"
CIBW_BUILD_FRONTEND: "build"

- uses: actions/upload-artifact@v3
with:
Expand All @@ -78,7 +80,7 @@ jobs:
submodules: true

- name: Build sdist
run: pipx run build --sdist
run: python -m build --sdist

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 51773c7

Please sign in to comment.