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 e57253b commit 3b2d814Copy full SHA for 3b2d814
.github/workflows/publish-release.yml
@@ -119,7 +119,7 @@ jobs:
119
cat pyproject.toml
120
121
- name: Setup Python version (2.7)
122
- if: matrix.python == "2.7"
+ if: ${{ !matrix.py3from }}
123
run: |
124
sed -i 's/^python-requires = .*/python-requires = ">=2.7,<3.1"/' pyproject.toml
125
echo "[tool.distutils.bdist_wheel]" >> pyproject.toml
0 commit comments