Skip to content

Commit 6f8cf2b

Browse files
committed
Forgot to update GitHub Actions to match...
1 parent d8f2f0a commit 6f8cf2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
git reset --hard
2626
- name: Build packages, and install the wheel
2727
run: |
28-
python setup.py sdist --formats=gztar
29-
python -m pip install wheel
30-
python setup.py bdist_wheel
28+
python -m build
3129
cd dist
3230
python -m pip install flake8_black-*.whl
3331
cd ..

0 commit comments

Comments
 (0)