Skip to content

Commit 9f1fedd

Browse files
authored
Disable attestations for pypi upload (#333)
1 parent 5f8c43f commit 9f1fedd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
user: __token__
282282
password: ${{ secrets.pypi_token }}
283283
repository-url: ${{ inputs.repository_url }}
284+
attestations: false
284285
- uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1
285286
if: ${{ inputs.upload_to_anaconda }}
286287
with:

.github/workflows/publish_pure_python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
user: __token__
147147
password: ${{ secrets.pypi_token }}
148148
repository-url: ${{ inputs.repository_url }}
149+
attestations: false
149150
- uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1
150151
if: ${{ inputs.upload_to_anaconda }}
151152
with:

0 commit comments

Comments
 (0)