We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4718ebb commit 52cfd5bCopy full SHA for 52cfd5b
.github/workflows/publish.yml
@@ -19,13 +19,14 @@ jobs:
19
deploy:
20
21
runs-on: ubuntu-latest
22
+ environment: pypi_prod
23
24
steps:
25
- uses: actions/checkout@v3
26
- name: Set up Python
27
uses: actions/setup-python@v3
28
with:
- python-version: '3.x'
29
+ python-version: '3.8'
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
0 commit comments