mirror of https://github.com/nicolargo/glances.git
Disable attestations check
This commit is contained in:
parent
ac8cd748f3
commit
1f5deb3f83
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue