Skip to content

Commit f5b41ea

Browse files
committed
Remove unnecessary environment declaration from Python package workflow release job
1 parent b9726a6 commit f5b41ea

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
if: startsWith(github.ref, 'refs/tags/v')
3939
needs: build
4040
runs-on: ubuntu-latest
41-
environment:
42-
name: pypi
43-
url: https://pypi.org/p/ifclca
4441
permissions:
4542
id-token: write # IMPORTANT: mandatory for trusted publishing
4643

0 commit comments

Comments
 (0)