File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This file is autogenerated by maturin v1.8.1
1+ # This file is autogenerated by maturin v1.11.5
22# To update, run
33#
44# maturin generate-ci github
@@ -123,7 +123,7 @@ jobs:
123123 strategy :
124124 matrix :
125125 platform :
126- - runner : macos-14
126+ - runner : macos-15
127127 target : aarch64
128128 python-version :
129129 - " 3.12"
@@ -186,11 +186,11 @@ jobs:
186186 uses : actions/attest-build-provenance@v3
187187 with :
188188 subject-path : ' wheels-*/*'
189+ - name : Install uv
190+ if : ${{ startsWith(github.ref, 'refs/tags/') }}
191+ uses : astral-sh/setup-uv@v7
189192 - name : Publish to PyPI
190193 if : ${{ startsWith(github.ref, 'refs/tags/') }}
191- uses : PyO3/maturin-action@v1
194+ run : uv publish 'wheels-*/*'
192195 env :
193- MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
194- with :
195- command : upload
196- args : --non-interactive --skip-existing wheels-*/*
196+ UV_PUBLISH_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments