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 fa3fd5a commit c642916Copy full SHA for c642916
.github/workflows/publish-release.yml
@@ -135,7 +135,7 @@ jobs:
135
FROM=${{ matrix.py3from }}
136
TO=${{ matrix.py3to }}
137
sed -i 's/^python-requires = .*/python-requires = "$FROM>=,<$TO"/' pyproject.toml
138
- tags=$(for i in $(seq ${FROM//./} $(( ${TO//./} - 1)) ); do echo -n "py$i."; done | sed 's/\.$//')
+ tags=$(for i in $(seq ${FROM//3./} $(( ${TO//3./} - 1)) ); do echo -n "py3$i."; done | sed 's/\.$//')
139
echo "[tool.distutils.bdist_wheel]" >> pyproject.toml
140
echo "python-tag = \"$tags\"" >> pyproject.toml
141
echo pyproject.toml
0 commit comments