Add (temporaray) token for pypi testing
This commit is contained in:
parent
26af38dd39
commit
75419fd817
|
@ -107,6 +107,7 @@ jobs:
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 #v1.8.8
|
- uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 #v1.8.8
|
||||||
with:
|
with:
|
||||||
|
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||||
repository_url: https://test.pypi.org/legacy/
|
repository_url: https://test.pypi.org/legacy/
|
||||||
|
|
||||||
upload_pypi:
|
upload_pypi:
|
||||||
|
@ -139,7 +140,7 @@ jobs:
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
#
|
|
||||||
# build_sdist:
|
# build_sdist:
|
||||||
# name: Build sdist
|
# name: Build sdist
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue