Skip to content

Commit c4978cd

Browse files
committed
fix: update release workflow runners
1 parent fdac82a commit c4978cd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,10 @@ jobs:
111111
steps:
112112
- uses: actions/checkout@v4
113113

114-
- name: Install uv
115-
uses: astral-sh/setup-uv@v4
116-
117114
- name: Set up Python
118-
run: uv python install ${{ env.PYTHON_VERSION }}
115+
uses: actions/setup-python@v5
116+
with:
117+
python-version: ${{ env.PYTHON_VERSION }}
119118

120119
- name: Build wheels
121120
uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)