mirror of https://github.com/nicolargo/glances.git
CI - Allow develop branch to overwrite Pip package in Pypi Test
This commit is contained in:
parent
8cf98e59e6
commit
57868c70f5
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
repository-url: https://test.pypi.org/legacy/
|
repository-url: https://test.pypi.org/legacy/
|
||||||
skip-existing: true
|
skip-existing: false
|
||||||
attestations: false
|
attestations: false
|
||||||
|
|
||||||
- name: Publish distribution package to PyPI
|
- name: Publish distribution package to PyPI
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue