Skip to content

Commit f89b175

Browse files
committed
fix prod workflow
1 parent 1161c69 commit f89b175

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
jobs:
99
publish-pypi-test:
10+
name: Publish to TestPyPI
11+
environment: test
1012
runs-on: ubuntu-latest
1113
if: github.event_name == 'push'
1214
permissions:
@@ -27,6 +29,8 @@ jobs:
2729
repository-url: https://test.pypi.org/legacy/
2830

2931
publish-prod:
32+
name: Publish to PyPI
33+
environment: prod
3034
runs-on: ubuntu-latest
3135
if: github.event_name == 'release'
3236
permissions:

0 commit comments

Comments
 (0)