mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-08 20:33:36 +01:00
[wheel build] publish the Python API 1.1.0 on PyPI
This commit is contained in:
parent
dcb976010f
commit
edcaf537bd
3
.github/workflows/build-wheels.yml
vendored
3
.github/workflows/build-wheels.yml
vendored
@ -227,9 +227,8 @@ jobs:
|
|||||||
# repository_url: https://test.pypi.org/legacy/
|
# repository_url: https://test.pypi.org/legacy/
|
||||||
#verbose: true
|
#verbose: true
|
||||||
|
|
||||||
# Only upload to PyPI if the commit was tagged !
|
|
||||||
- name: Publish distribution 📦 to PyPI
|
- name: Publish distribution 📦 to PyPI
|
||||||
if: startsWith(github.ref, 'refs/tags')
|
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@master
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
#if: startsWith(github.ref, 'refs/tags')
|
||||||
|
Loading…
Reference in New Issue
Block a user