aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/python-publish.yml
diff options
context:
space:
mode:
authorLéo Vansimay2021-04-23 11:11:36 +0200
committerGitHub2021-04-23 11:11:36 +0200
commit8d3b03c02fa550d6c73e5993797ffce4efc66afa (patch)
tree48e0ba60eaeb7457d932a2b471adea0524e69bd7 /.github/workflows/python-publish.yml
parent1b637cbb3b287e5607e78a2be4153eee6b8aa846 (diff)
downloadsec-certs-8d3b03c02fa550d6c73e5993797ffce4efc66afa.tar.gz
sec-certs-8d3b03c02fa550d6c73e5993797ffce4efc66afa.tar.zst
sec-certs-8d3b03c02fa550d6c73e5993797ffce4efc66afa.zip
Update python-publish.yml
Forcing 3.8 for compatibility purpose
Diffstat (limited to '.github/workflows/python-publish.yml')
-rw-r--r--.github/workflows/python-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index fb2b2323..22f85fe2 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: '3.x'
+ python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip