diff options
| author | Léo Vansimay | 2021-04-23 11:11:36 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-23 11:11:36 +0200 |
| commit | 8d3b03c02fa550d6c73e5993797ffce4efc66afa (patch) | |
| tree | 48e0ba60eaeb7457d932a2b471adea0524e69bd7 /.github/workflows/python-publish.yml | |
| parent | 1b637cbb3b287e5607e78a2be4153eee6b8aa846 (diff) | |
| download | sec-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.yml | 2 |
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 |
