We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774d774 commit 95bbe8dCopy full SHA for 95bbe8d
.github/workflows/CI.yml
@@ -1,4 +1,4 @@
1
-# This file is autogenerated by maturin v1.8.3
+# This file is autogenerated by maturin v1.10.2
2
# To update, run
3
#
4
# maturin generate-ci github
@@ -117,9 +117,9 @@ jobs:
117
strategy:
118
matrix:
119
platform:
120
- - runner: macos-13
+ - runner: macos-15-intel
121
target: x86_64
122
- - runner: macos-14
+ - runner: macos-15
123
target: aarch64
124
steps:
125
- uses: actions/checkout@v4
@@ -174,6 +174,8 @@ jobs:
174
- name: Publish to PyPI
175
if: ${{ startsWith(github.ref, 'refs/tags/') }}
176
uses: PyO3/maturin-action@v1
177
+ env:
178
+ MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
179
with:
180
command: upload
181
args: --non-interactive --skip-existing wheels-*/*
0 commit comments