From 383e77beacbe18f8e77cd176550614e0bd04cd2a Mon Sep 17 00:00:00 2001 From: jpl-jengelke Date: Fri, 27 Sep 2024 17:43:27 -0700 Subject: [PATCH] Issue #1287: Refinements to specify job order and correctly spec published files. ... Remove experimental support for PEP 740 attestations. --- .github/workflows/python-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index e7e2ce1f..1d71cc3e 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -57,7 +57,5 @@ jobs: - name: Publish package (PyPi) uses: pypa/gh-action-pypi-publish@release/v1 with: - attestations: true print-hash: true repository-url: https://pypi.org/p/exotic/ # for testing sub https://test.pypi.org/legacy/ -