Skip to content

Commit

Permalink
ci: removed test pypi password to use trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyyeung committed Feb 21, 2025
1 parent 121d000 commit 0343700
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ jobs:
- name: publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
skip-existing: true # Skip if version already exists

0 comments on commit 0343700

Please # to comment.