From 6f8cf2bb1afd66d1005fe5789bb114f42ce74e0f Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Thu, 17 Nov 2022 11:49:19 +0000
Subject: [PATCH] Forgot to update GitHub Actions to match...
---
.github/workflows/test.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ffeb233..ba2430b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,9 +25,7 @@ jobs:
git reset --hard
- name: Build packages, and install the wheel
run: |
- python setup.py sdist --formats=gztar
- python -m pip install wheel
- python setup.py bdist_wheel
+ python -m build
cd dist
python -m pip install flake8_black-*.whl
cd ..