Skip to content

Commit bce1746

Browse files
committed
use trusted publishing
1 parent 7277d80 commit bce1746

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ jobs:
6363
# Try uploading to Test PyPI first, in case something fails.
6464
- uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
6565
with:
66-
password: ${{ secrets.TEST_PYPI_TOKEN }}
6766
repository_url: https://test.pypi.org/legacy/
6867
packages_dir: artifact/
6968
- uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
7069
with:
71-
password: ${{ secrets.PYPI_TOKEN }}
7270
packages_dir: artifact/

0 commit comments

Comments
 (0)