Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Oct 13, 2023
2 parents c72565c + fa3690f commit b47402a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
python-package:
runs-on: ubuntu-latest
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -37,9 +39,6 @@ jobs:
path: dist/*

- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}

windows-installer:
runs-on: windows-latest
Expand Down

0 comments on commit b47402a

Please sign in to comment.