Skip to content

Commit

Permalink
Merge pull request #248 from Haidra-Org/main
Browse files Browse the repository at this point in the history
ci/fix: don't use pypi api token for publishing
  • Loading branch information
tazlin authored May 5, 2024
2 parents 28035c5 + a6b4a29 commit a40a273
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
- name: "📦 Publish distribution to PyPI"
if: ${{ steps.release.outputs.version != '' }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

# Update the badges (maybe, if we're lucky)
- name: "📦 Refresh pypi badge cache"
Expand Down

0 comments on commit a40a273

Please sign in to comment.