aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-17 04:41:44 +0800
committer简律纯 <i@jyunko.cn>2024-06-17 04:41:44 +0800
commitf38ab2f073cc6599ef4d4248a00fe07a74d0e63b (patch)
tree5e3bc63d28504f52ff3fcc8c3c6c000a62809654 /.github/workflows
parent543c06fb61bf8c5d7bc83030d1ab45a0d5430620 (diff)
downloadHydroRollCore-f38ab2f073cc6599ef4d4248a00fe07a74d0e63b.tar.gz
HydroRollCore-f38ab2f073cc6599ef4d4248a00fe07a74d0e63b.zip
revert!: revert for two previous commit
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 58c6004..d9200ad 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.9'
+ python-version: '3.10'
- 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.9'
+ python-version: '3.10'
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.9'
+ python-version: '3.10'
- name: Build wheels
uses: PyO3/maturin-action@v1
with: