There was an error while loading. Please reload this page.
1 parent 5972cc3 commit 857a281Copy full SHA for 857a281
1 file changed
.github/workflows/CI.yml
@@ -39,7 +39,7 @@ jobs:
39
sccache: 'true'
40
manylinux: auto
41
before-script-linux: |
42
- rustup component add rustfmt
+ rustup component add rustfmt --toolchain nightly
43
rustup component add rust-src --toolchain nightly
44
- name: Upload wheels
45
uses: actions/upload-artifact@v5
@@ -106,8 +106,7 @@ jobs:
106
- uses: actions/download-artifact@v8
107
with:
108
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 *
+ - name: Setup UV
+ uses: astral-sh/setup-uv@v8
+ - name: Publish to PyPi
+ run: uv publish *
0 commit comments