Skip to content

Commit 8c4fb86

Browse files
committed
Attempt to fix attestations issue with PyPI publishing
1 parent 47ac558 commit 8c4fb86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
jobs:
1313
publish:
1414
runs-on: ubuntu-latest
15-
environment: release
15+
environment:
16+
name: release
17+
url: https://pypi.org/p/imessage-conversation-analyzer
1618
permissions:
1719
id-token: write
1820

0 commit comments

Comments
 (0)