Skip to content

Commit 0a972b0

Browse files
committed
update workflow
1 parent 26bd520 commit 0a972b0

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,15 @@ on:
66

77
jobs:
88
build:
9-
9+
permissions: write-all
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macOS-latest, windows-latest]
1414

1515
steps:
1616
- 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
17+
uses: actions/checkout@v4
2518
- name: Publish wheels
2619
uses: messense/maturin-action@v1
2720
with:

0 commit comments

Comments
 (0)