Skip to content

Commit 9bcb019

Browse files
committed
docs: don't build editorconfig wheel
1 parent 655cd00 commit 9bcb019

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/update-wheels.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
check-latest: true
2525
- run: |
2626
rm -f *
27-
pip wheel --no-deps cssbeautifier EditorConfig jsbeautifier
27+
pip wheel --no-deps cssbeautifier jsbeautifier
2828
mv cssbeautifier-*.whl cssbeautifier-99-py3-none-any.whl
29-
mv EditorConfig-*.whl EditorConfig-99-py3-none-any.whl
3029
mv jsbeautifier-*.whl jsbeautifier-99-py3-none-any.whl
3130
working-directory: docs/src/static/py
3231
- id: generate-token

0 commit comments

Comments
 (0)