Skip to content

Commit

Permalink
github actions pypi token add
Browse files Browse the repository at this point in the history
  • Loading branch information
porimol committed Oct 28, 2024
1 parent 1ce7e2a commit b7efd11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

github-release:
name: >-
Expand Down Expand Up @@ -115,4 +117,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI }}
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 comments on commit b7efd11

Please sign in to comment.