mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
[wheel build] test PyPI
This commit is contained in:
parent
3078f825e7
commit
4adf6484ba
18
.github/workflows/build-wheels.yml
vendored
18
.github/workflows/build-wheels.yml
vendored
@ -220,15 +220,15 @@ jobs:
|
|||||||
ls -sh -w 1
|
ls -sh -w 1
|
||||||
working-directory: dist
|
working-directory: dist
|
||||||
|
|
||||||
#- name: Publish distribution 📦 to Test PyPI
|
- name: Publish distribution 📦 to Test PyPI
|
||||||
# uses: pypa/gh-action-pypi-publish@master
|
|
||||||
# with:
|
|
||||||
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
|
||||||
# repository_url: https://test.pypi.org/legacy/
|
|
||||||
#verbose: true
|
|
||||||
|
|
||||||
- name: Publish distribution 📦 to PyPI
|
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@master
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||||
|
repository_url: https://test.pypi.org/legacy/
|
||||||
|
#verbose: true
|
||||||
|
|
||||||
|
#- name: Publish distribution 📦 to PyPI
|
||||||
|
# uses: pypa/gh-action-pypi-publish@master
|
||||||
|
# with:
|
||||||
|
# password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
#if: startsWith(github.ref, 'refs/tags')
|
#if: startsWith(github.ref, 'refs/tags')
|
||||||
|
Loading…
Reference in New Issue
Block a user