using real PYPI
This commit is contained in:
parent
c373b394af
commit
02b6a0cb05
|
|
@ -88,8 +88,11 @@ jobs:
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
# use these for TESTs!
|
||||||
repository_url: https://test.pypi.org/legacy/
|
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||||
|
# repository_url: https://test.pypi.org/legacy/
|
||||||
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
repository_url: https://upload.pypi.org/legacy/
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue