We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bd520 commit 0a972b0Copy full SHA for 0a972b0
1 file changed
.github/workflows/package.yml
@@ -6,22 +6,15 @@ on:
6
7
jobs:
8
build:
9
-
+ permissions: write-all
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
os: [ubuntu-latest, macOS-latest, windows-latest]
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v2
18
- # - name: Build wheels
19
- # uses: messense/maturin-action@v1
20
- # with:
21
- # maturin-version: latest
22
- # manylinux: auto
23
- # command: build
24
- # args: --release
+ uses: actions/checkout@v4
25
- name: Publish wheels
26
uses: messense/maturin-action@v1
27
with:
0 commit comments