Skip to content

Commit 52cfd5b

Browse files
committed
Set environment for package publishing
1 parent 4718ebb commit 52cfd5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ jobs:
1919
deploy:
2020

2121
runs-on: ubuntu-latest
22+
environment: pypi_prod
2223

2324
steps:
2425
- uses: actions/checkout@v3
2526
- name: Set up Python
2627
uses: actions/setup-python@v3
2728
with:
28-
python-version: '3.x'
29+
python-version: '3.8'
2930
- name: Install dependencies
3031
run: |
3132
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)