Skip to content

Commit 87c6838

Browse files
authored
Add PyPI deployment environment [ci] (#256)
1 parent 7c1c954 commit 87c6838

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
release-pypi:
1313
name: Upload release to PyPI
1414
runs-on: ubuntu-latest
15+
environment:
16+
name: PyPI
17+
url: https://pypi.org/project/python-typing-update/
1518
permissions:
1619
contents: write # Required to upload release assets
1720
steps:

0 commit comments

Comments
 (0)