Skip to content

Commit

Permalink
Test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 13, 2024
1 parent ca4ebf0 commit 1f58629
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test

on:
push:
branches: [main]
# branches: [main]
pull_request:
branches: [main]
paths-ignore:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
env:
CIBW_TEST_REQUIRES: "pytest msgpack pyyaml tomli tomli_w"
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp13-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: "*-win32 *_i686 *_s390x *_ppc64le"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_LINUX: "x86_64 aarch64"
Expand All @@ -100,10 +100,11 @@ jobs:
- name: Set up Environment
if: github.event_name != 'release'
run: |
echo "CIBW_BUILD=${CIBW_BUILD} cp313-*" >> $GITHUB_ENV
echo "CIBW_SKIP=${CIBW_SKIP} *-musllinux_* cp38-*_aarch64 cp39-*_aarch64 cp311-*_aarch64 cp312-*_aarch64 cp313-*_aarch64" >> $GITHUB_ENV
- name: Build & Test Wheels
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@de84624d7075abbe3704bbe343d17f3bc85c9cb8

- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1f58629

Please sign in to comment.