Skip to content

Commit 5143155

Browse files
chore: Set up release environment
1 parent 59ab4d9 commit 5143155

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release_workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
build_deploy:
1313

1414
runs-on: ubuntu-latest
15+
environment:
16+
name: pypi
17+
url: https://pypi.org/p/${{ needs.build.outputs.name }}/${{ needs.build.outputs.version }}
1518

1619
steps:
1720
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)