Skip to content

Commit

Permalink
fix pypi trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 12, 2024
1 parent 90a4ff8 commit c29e59e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
on:
workflow_call:
secrets:
PYPI_TOKEN:
required: true

jobs:
upload:
Expand All @@ -18,5 +15,3 @@ jobs:

- name: Publish to PyPI using trusted publishing
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit c29e59e

Please sign in to comment.