Skip to content

Commit ae18e75

Browse files
committed
chore: Update CI
1 parent abc7532 commit ae18e75

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 }}

0 commit comments

Comments
 (0)