Skip to content

Commit bb22262

Browse files
authored
CM-41830 - Fix generating and uploading attestations to PyPI (#261)
1 parent 042d738 commit bb22262

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pre_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
install.python-poetry.org
2626
pypi.org
2727
upload.pypi.org
28+
*.sigstore.dev
2829
2930
- name: Checkout repository
3031
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
install.python-poetry.org
2525
pypi.org
2626
upload.pypi.org
27+
*.sigstore.dev
2728
2829
- name: Checkout repository
2930
uses: actions/checkout@v3

0 commit comments

Comments
 (0)