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 dc2c630
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 @@ -86,6 +86,7 @@ jobs:
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_TEST_SKIP: "*_arm64 *-musllinux_*"
CIBW_ENVIRONMENT: "CFLAGS=-g0"
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS
CIBW_PRERELEASE_PYTHONS: "true"

steps:
Expand All @@ -103,7 +104,7 @@ jobs:
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 dc2c630

Please sign in to comment.