We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a31f1 commit ae39e7aCopy full SHA for ae39e7a
1 file changed
.github/workflows/publish-pypi.yml
@@ -76,6 +76,9 @@ jobs:
76
needs: build
77
runs-on: ubuntu-latest
78
if: github.event_name == 'release'
79
+ environment:
80
+ name: pypi
81
+ url: https://pypi.org/project/tpcav/
82
permissions:
83
id-token: write
84
contents: read
0 commit comments