Disable attestations check

This commit is contained in:
nicolargo 2024-11-01 11:46:39 +01:00
parent ac8cd748f3
commit 1f5deb3f83

View File

@ -72,12 +72,14 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
attestations: false
- name: Publish distribution package to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
attestations: false
create_Docker_builds:
runs-on: ubuntu-latest