Skip to content

Commit

Permalink
give pypi a token
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed May 1, 2023
1 parent 1f2482c commit aa20dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,6 @@ jobs:
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit aa20dd7

Please sign in to comment.