diff options
| author | 2025-03-14 21:59:27 +0800 | |
|---|---|---|
| committer | 2025-03-14 21:59:27 +0800 | |
| commit | 00e130b06051a7d250d2a0a9b901d46cbd9eb756 (patch) | |
| tree | a0382bdfb4218dd6d12756711f231373040825fa /.github/workflows | |
| parent | 05c1e4a9380a96bf04b5c8c49d06c2859b9f21c6 (diff) | |
| download | conventional_role_play-00e130b06051a7d250d2a0a9b901d46cbd9eb756.tar.gz conventional_role_play-00e130b06051a7d250d2a0a9b901d46cbd9eb756.zip | |
chore: update CI workflow to use Python 3.9 and add interpreter finding option
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/CI.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ca2f0ec..5fafbab 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,12 +40,12 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.x + python-version: '3.9' - name: Build wheels uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist + args: --release --out dist --find-interpreter sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} manylinux: auto - name: Build free-threaded wheels |
