File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 95
95
shell : bash
96
96
run : |
97
97
rm -rf dist
98
- pipx run build
98
+ # workaround for pypa/setuptools#4333
99
+ pipx run --pip-args 'pyproject-hooks!=1.1' build
99
100
echo "PRE_BUILT_SETUPTOOLS_SDIST=$(ls dist/*.tar.gz)" >> $GITHUB_ENV
100
101
echo "PRE_BUILT_SETUPTOOLS_WHEEL=$(ls dist/*.whl)" >> $GITHUB_ENV
101
102
rm -rf setuptools.egg-info # Avoid interfering with the other tests
Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ testing =
77
77
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
78
78
importlib_metadata
79
79
80
+ # workaround for pypa/setuptools#4333
81
+ pyproject-hooks!=1.1
82
+
80
83
docs =
81
84
# upstream
82
85
sphinx >= 3.5
You can’t perform that action at this time.
0 commit comments