Skip to content

Commit

Permalink
change distribution release
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Oct 12, 2023
1 parent c4c2c68 commit f293478
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/
# Remember to generate this and set it in "GitHub Secrets"
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f293478

Please sign in to comment.