Skip to content

Commit 2008321

Browse files
codebydivineclaude
andcommitted
refactor: make PyPI publish workflow repository-independent
Remove hardcoded package URL from environment configuration to make the workflow reusable across repositories. The URL is optional for trusted publishing functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f83ab9e commit 2008321

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
runs-on: ubuntu-latest
4848
environment:
4949
name: pypi
50-
url: https://pypi.org/p/divine-thegraph-token-api
5150
permissions:
5251
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
5352

0 commit comments

Comments
 (0)