Skip to content

Commit e2f4679

Browse files
committed
Add missing workaround in github actions
1 parent a0a0e32 commit e2f4679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
rm -rf dist
102102
# workaround for pypa/setuptools#4333
103-
pipx run --pip-args 'pyproject-hooks!=1.1' build
103+
pipx run --pip-args 'pyproject-hooks<1.1' build
104104
echo "PRE_BUILT_SETUPTOOLS_SDIST=$(ls dist/*.tar.gz)" >> $GITHUB_ENV
105105
echo "PRE_BUILT_SETUPTOOLS_WHEEL=$(ls dist/*.whl)" >> $GITHUB_ENV
106106
rm -rf setuptools.egg-info # Avoid interfering with the other tests

0 commit comments

Comments
 (0)