Disable Test PyPI dist
This commit is contained in:
parent
205795d1e8
commit
16256522f6
10
.github/workflows/publish-package.yml
vendored
10
.github/workflows/publish-package.yml
vendored
|
@ -28,11 +28,11 @@ jobs:
|
||||||
--wheel
|
--wheel
|
||||||
--outdir dist/
|
--outdir dist/
|
||||||
.
|
.
|
||||||
- name: Publish distribution 📦 to Test PyPI
|
# - name: Publish distribution 📦 to Test PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
# uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
# with:
|
||||||
password: ${{ secrets.SANIC_TEST_PYPI_API_TOKEN }}
|
# password: ${{ secrets.SANIC_TEST_PYPI_API_TOKEN }}
|
||||||
repository-url: https://test.pypi.org/legacy/
|
# repository-url: https://test.pypi.org/legacy/
|
||||||
- name: Publish distribution 📦 to PyPI
|
- name: Publish distribution 📦 to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user