[24/11/23] Fixing workflow file

This commit is contained in:
Andrew Conlin 2023-11-24 17:44:09 +00:00
parent a63ce564c4
commit 596fb76f80

View File

@ -17,6 +17,8 @@ on:
permissions: permissions:
contents: read contents: read
id-token: write
jobs: jobs:
linux: linux:
@ -113,8 +115,6 @@ jobs:
name: wheels name: wheels
- name: Publish to PyPI - name: Publish to PyPI
uses: PyO3/maturin-action@v1 uses: PyO3/maturin-action@v1
permissions:
id-token: write
with: with:
command: upload command: upload
args: --non-interactive --skip-existing * args: --non-interactive --skip-existing *