Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2020-08-03 01:58:49 +0300
committerMiro Hrončok <miro@hroncok.cz>2020-08-03 01:59:45 +0300
commit5f2c782f4217b853814c8a8357646280c9b5f02d (patch)
treefc60c71e08409a38254f15509fe29d032d92efd8 /.github
parentcc30bbc86de6c8323d72c0a50888d2bbb6605a2b (diff)
Set proper Python version for Windows wheels
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pypi-win.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/pypi-win.yml b/.github/workflows/pypi-win.yml
index fabd2fe..19333b2 100644
--- a/.github/workflows/pypi-win.yml
+++ b/.github/workflows/pypi-win.yml
@@ -23,7 +23,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: 3.x
+ architecture: ${{ matrix.architecture }}
+ python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel twine cython