Switch to PyPI
parent
9f25382cba
commit
895fc8829f
|
@ -167,9 +167,9 @@ jobs:
|
||||||
path: dist/
|
path: dist/
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Publish to TestPyPI
|
- name: Publish to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
verbose: true
|
verbose: true
|
||||||
packages-dir: dist/
|
packages-dir: dist/
|
||||||
repository-url: https://test.pypi.org/legacy/
|
# repository-url: https://test.pypi.org/legacy/
|
||||||
|
|
Loading…
Reference in New Issue