CI - Allow develop branch to overwrite Pip package in Pypi Test

This commit is contained in:
nicolargo 2024-11-16 11:49:10 +01:00
parent 8cf98e59e6
commit 57868c70f5

View File

@ -71,7 +71,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
skip-existing: false
attestations: false
- name: Publish distribution package to PyPI