Skip to content

Commit 8e91c17

Browse files
authored
fix: update environment name for PyPI publishing in release.yml (#2358)
1 parent f461fcb commit 8e91c17

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,15 @@ jobs:
5151
runs-on: ubuntu-latest
5252
permissions:
5353
id-token: write
54-
environment:
55-
name: pypi-publishing
56-
url: https://pypi.org/project/jira/
54+
environment: release
5755
steps:
5856
- name: Download artifact
5957
uses: actions/download-artifact@v4
6058
with:
6159
name: package
6260
path: dist
63-
6461
- name: Show tree
6562
run: tree
66-
6763
- name: Publish to pypi.org
6864
if: >- # "create" workflows run separately from "push" & "pull_request"
6965
github.event_name == 'release'

0 commit comments

Comments
 (0)