Skip to content

Commit

Permalink
fix(ci): fix "failed to run custom build command"
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jun 16, 2024
1 parent d241a9a commit 416f5f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.9'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.9'
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.9'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 416f5f0

Please sign in to comment.