We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a0e32 commit e2f4679Copy full SHA for e2f4679
.github/workflows/main.yml
@@ -100,7 +100,7 @@ jobs:
100
run: |
101
rm -rf dist
102
# workaround for pypa/setuptools#4333
103
- pipx run --pip-args 'pyproject-hooks!=1.1' build
+ pipx run --pip-args 'pyproject-hooks<1.1' build
104
echo "PRE_BUILT_SETUPTOOLS_SDIST=$(ls dist/*.tar.gz)" >> $GITHUB_ENV
105
echo "PRE_BUILT_SETUPTOOLS_WHEEL=$(ls dist/*.whl)" >> $GITHUB_ENV
106
rm -rf setuptools.egg-info # Avoid interfering with the other tests
0 commit comments