Skip to content

Commit

Permalink
Merge pull request #298 from Skyscanner/trusted-publishers
Browse files Browse the repository at this point in the history
Removed user and password from pypi-release.yml
  • Loading branch information
Keira-Crafts authored Aug 22, 2024
2 parents e3bf66e + 7383c7d commit 97304e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,4 @@ jobs:
twine check --strict dist/*
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 97304e3

Please sign in to comment.