Skip to content

Commit 857a281

Browse files
authored
maturin publish -> uv publish in CI
1 parent 5972cc3 commit 857a281

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sccache: 'true'
4040
manylinux: auto
4141
before-script-linux: |
42-
rustup component add rustfmt
42+
rustup component add rustfmt --toolchain nightly
4343
rustup component add rust-src --toolchain nightly
4444
- name: Upload wheels
4545
uses: actions/upload-artifact@v5
@@ -106,8 +106,7 @@ jobs:
106106
- uses: actions/download-artifact@v8
107107
with:
108108
merge-multiple: "true"
109-
- name: Publish to PyPI
110-
uses: PyO3/maturin-action@v1
111-
with:
112-
command: upload
113-
args: --non-interactive --skip-existing *
109+
- name: Setup UV
110+
uses: astral-sh/setup-uv@v8
111+
- name: Publish to PyPi
112+
run: uv publish *

0 commit comments

Comments
 (0)