[24/11/23] Fixing workflow file
This commit is contained in:
parent
a63ce564c4
commit
596fb76f80
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -17,6 +17,8 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
|
@ -113,8 +115,6 @@ jobs:
|
|||
name: wheels
|
||||
- name: Publish to PyPI
|
||||
uses: PyO3/maturin-action@v1
|
||||
permissions:
|
||||
id-token: write
|
||||
with:
|
||||
command: upload
|
||||
args: --non-interactive --skip-existing *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue