Skip to content

Commit ae39e7a

Browse files
authored
Configure environment for PyPI publishing
Add environment configuration for PyPI publishing
1 parent 36a31f1 commit ae39e7a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
needs: build
7777
runs-on: ubuntu-latest
7878
if: github.event_name == 'release'
79+
environment:
80+
name: pypi
81+
url: https://pypi.org/project/tpcav/
7982
permissions:
8083
id-token: write
8184
contents: read

0 commit comments

Comments
 (0)