summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-01-28 16:59:11 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-01-28 17:00:29 +0200
commit06ec444630f68a754496f4f766ed9dbd6252d3d2 (patch)
tree5ad2443dcc86a76d66f278e1e7ab28661bbc0251 /.github
parent43078c409ebe9b7d5d70c2476fcb82055e8f0b97 (diff)
downloadwheel-git-06ec444630f68a754496f4f766ed9dbd6252d3d2.tar.gz
Fixed installing from sdist in some non-UTF8 environments
Fixes #331.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 4345c91..3621590 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
- python-version: 3.x
+ python-version: 3.7
- name: Install dependencies
run: |
pip install "setuptools >= 40.9"