Skip to content

Commit

Permalink
ci: switch to trusted publishing (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- authored Dec 12, 2024
1 parent 0390079 commit 66258f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ env:
jobs:
release:
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
steps:
- name: Check out the repository
uses: actions/checkout@v4
Expand All @@ -35,7 +38,5 @@ jobs:
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.UPATH_GIT_REPO }}
verbose: true
skip_existing: true

0 comments on commit 66258f5

Please sign in to comment.