Skip to content

Commit

Permalink
build: add pypi user and pw
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Dec 5, 2023
1 parent ca5e752 commit d4e2249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
- uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'release' && github.event.action == 'published'
with:
# Remember to tell (test-)pypi about this repo before publishing
# Remove this line to publish to PyPI
repository-url: https://test.pypi.org/legacy/
user: __token__
# Remember to generate this and set it in "GitHub Secrets"
password: ${{ secrets.pypi_password }}

0 comments on commit d4e2249

Please sign in to comment.