use trusted publishing
This commit is contained in:
parent
d594969d72
commit
7f8fb54782
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -63,10 +63,8 @@ jobs:
|
||||
# Try uploading to Test PyPI first, in case something fails.
|
||||
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
|
||||
with:
|
||||
password: ${{ secrets.TEST_PYPI_TOKEN }}
|
||||
repository_url: https://test.pypi.org/legacy/
|
||||
packages_dir: artifact/
|
||||
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
|
||||
with:
|
||||
password: ${{ secrets.PYPI_TOKEN }}
|
||||
packages_dir: artifact/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user