Skip to content

Commit

Permalink
--wip-- [with ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Dec 5, 2024
1 parent 6a9f1bb commit 51033ac
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
strategy:
matrix:
platform:
- runs-on: ubuntu-24.04
arch: x86_64
# - runs-on: ubuntu-24.04
# arch: x86_64
- runs-on: buildjet-2vcpu-ubuntu-2204-arm
arch: arm64
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.13"] #["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.platform.runs-on }}
steps:
- uses: actions/checkout@v4
Expand All @@ -31,6 +31,10 @@ jobs:
- name: Install valgrind
run: sudo apt-get install valgrind -y

- name: Tmate Session
uses: mxschmitt/action-tmate@v3
if: always()
timeout-minutes: 15
- name: Build the library
run: uv build --wheel --out-dir dist/
env:
Expand Down

0 comments on commit 51033ac

Please sign in to comment.