1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-04-25 09:54:44 +02:00

[skip ci] Enable back PyPI publishing for the upcoming release

This commit is contained in:
q-posev 2024-08-18 11:19:10 +02:00
parent 8100c6e3d4
commit d0044bf7a0

View File

@ -235,14 +235,13 @@ jobs:
ls -sh -w 1
working-directory: dist
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository_url: https://test.pypi.org/legacy/
skip-existing: true
verbose: true
##verify-metadata: false
#- name: Publish distribution 📦 to PyPI
#- name: Publish distribution 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# ##if: startsWith(github.ref, 'refs/tags')
# with:
# repository_url: https://test.pypi.org/legacy/
# verbose: true
# ##verify-metadata: false
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
##if: startsWith(github.ref, 'refs/tags')