Skip to content

Commit

Permalink
fix(ci): use proper authentication in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tversteeg committed Jan 3, 2024
1 parent bae3b50 commit c6917a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
runs-on: ubuntu-latest

environment:
name: pypi
url: https://pypi.org/p/pygef
name: release

# Mandatory permission for trusted publishing to PyPi
permissions:
Expand Down Expand Up @@ -38,6 +37,3 @@ jobs:

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit c6917a9

Please sign in to comment.