diff options
| author | 2024-06-17 04:33:21 +0800 | |
|---|---|---|
| committer | 2024-06-17 04:33:21 +0800 | |
| commit | 416f5f04121677784b783c37dcf33b444b7c8aa2 (patch) | |
| tree | b56022875810c8d0077e2b253be3cee130b36316 | |
| parent | d241a9a0e743ff66a2961603dd44f398fb683885 (diff) | |
| download | HydroRollCore-416f5f04121677784b783c37dcf33b444b7c8aa2.tar.gz HydroRollCore-416f5f04121677784b783c37dcf33b444b7c8aa2.zip | |
fix(ci): fix "failed to run custom build command"
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9200ad..58c6004 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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 @@ -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: |
