Skip to content

Commit 52a8a97

Browse files
authored
fix: update PyPI publishing environment configuration in release.yml (#2343)
1 parent 35c0fed commit 52a8a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848

4949
pypi:
5050
needs: [build]
51-
name:
52-
Publish to PyPI registry
5351
runs-on: ubuntu-latest
5452
permissions:
5553
id-token: write
56-
environment: release
54+
environment:
55+
name: pypi-publishing
56+
url: https://pypi.org/project/jira/
5757
steps:
5858
- name: Download artifact
5959
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)