Skip to content

Commit babdc5c

Browse files
authored
fix: use the correct environment for uploading to pypi (googleapis#199)
1 parent 9fcf856 commit babdc5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)