Skip to content

Commit 40c735c

Browse files
committed
fix: remove environment block from publish workflow
1 parent c7e9415 commit 40c735c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ jobs:
4646
# IMPORTANT: this permission is mandatory for trusted publishing
4747
id-token: write
4848

49-
# Dedicated environments with protections for publishing are strongly recommended.
50-
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
51-
environment:
52-
name: pypi
53-
url: https://pypi.org/project/pyvm-updater/
54-
55-
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
56-
# ALTERNATIVE: exactly, uncomment the following line instead:
57-
# url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }}
58-
5949
steps:
6050
- name: Retrieve release distributions
6151
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)