Skip to content

Commit

Permalink
Merge pull request #45 from Qredence/Pypi
Browse files Browse the repository at this point in the history
Add PYPI_TOKEN environment variable for PyPI publishing workflow
  • Loading branch information
Zochory authored Jan 23, 2025
2 parents cc333d0 + bf801f5 commit c916cd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
path: dist/
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
with:
packages-dir: dist/
packages-dir: dist/

0 comments on commit c916cd4

Please sign in to comment.