Skip to content

Commit b3f6ab6

Browse files
authored
fix: use the correct environment for uploading to pypi (#199)
1 parent cca516c commit b3f6ab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/proto-plus/.github/workflows/pypi-upload.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10+
environment: PyPI
1011
steps:
1112
- uses: actions/checkout@v2
1213
- name: Set up Python

0 commit comments

Comments
 (0)