Skip to content

Commit

Permalink
Remove reference to PyPI API token from publishing workflow to conver…
Browse files Browse the repository at this point in the history
…t to using trusted publishers.
  • Loading branch information
byrdie committed Mar 25, 2024
1 parent af43115 commit 5141426
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to PyPI and TestPyPI
name: Publish to PyPI

on:
release:
Expand Down Expand Up @@ -28,5 +28,3 @@ jobs:
--outdir dist/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 5141426

Please sign in to comment.