Skip to content

Commit 95bbe8d

Browse files
chore: Update github action
1 parent 774d774 commit 95bbe8d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is autogenerated by maturin v1.8.3
1+
# This file is autogenerated by maturin v1.10.2
22
# To update, run
33
#
44
# maturin generate-ci github
@@ -117,9 +117,9 @@ jobs:
117117
strategy:
118118
matrix:
119119
platform:
120-
- runner: macos-13
120+
- runner: macos-15-intel
121121
target: x86_64
122-
- runner: macos-14
122+
- runner: macos-15
123123
target: aarch64
124124
steps:
125125
- uses: actions/checkout@v4
@@ -174,6 +174,8 @@ jobs:
174174
- name: Publish to PyPI
175175
if: ${{ startsWith(github.ref, 'refs/tags/') }}
176176
uses: PyO3/maturin-action@v1
177+
env:
178+
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
177179
with:
178180
command: upload
179181
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)