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 cba7e0c commit 2acd1bfCopy full SHA for 2acd1bf
.github/workflows/publish.yml
@@ -36,8 +36,9 @@ jobs:
36
pytest
37
38
- name: Build package
39
+ env:
40
+ PYTHON_VERSION: ${{ matrix.python-version }}
41
run: |
- PYTHON_VERSION=${{ matrix.python-version }}
42
python setup.py bdist_wheel --python-tag py${PYTHON_VERSION//.}
43
44
- name: Test install package
.github/workflows/test.yml
@@ -42,8 +42,9 @@ jobs:
45
46
47
48
49
50
0 commit comments