Skip to content

Commit c1a5d71

Browse files
⬆️ CI/CD: Remove environment configuration from PyPI workflows
- Remove environment binding from OIDC authentication - Fix 'invalid-publisher' error in PyPI trusted publishing - Simplify OIDC token claims to match PyPI publisher configuration - Token subject now uses format: repo:owner/repo instead of repo:owner/repo:environment:name
1 parent c736717 commit c1a5d71

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/python-publish-pypi-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions:
1111
jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
14-
environment: pypi-test # Opcional, mas recomendado para segurança
1514

1615
steps:
1716
- uses: actions/checkout@v4

.github/workflows/python-publish-pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions:
1111
jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
14-
environment: pypi # Opcional, mas recomendado para segurança
1514

1615
steps:
1716
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)