Skip to content

Commit 6574e67

Browse files
committed
fix handling of testpypi
1 parent d5b89d4 commit 6574e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
with:
8888
repository-url: https://test.pypi.org/legacy/
8989
skip-existing: true
90+
attestations: ${{ env.DRY_RUN }}
9091
- name: Publish package distributions to PyPI
9192
if: startsWith(env.DRY_RUN, 'false')
9293
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)