summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2022-11-10 22:10:20 +0100
committerGitHub <noreply@github.com>2022-11-10 22:10:20 +0100
commit90c2eec6daa69977b75ebfccc6dc977404faab45 (patch)
tree058935098cbec1a64b35c57745f3ee5b5a8d0133 /.github
parent167833fe27daac88a73407c99987980fd878e0e0 (diff)
downloadpsutil-90c2eec6daa69977b75ebfccc6dc977404faab45.tar.gz
fix: long-description on Windows (#2168)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index eecd6eab..502ecb5a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -192,3 +192,14 @@ jobs:
python3 -m isort .
# clinter
find . -type f \( -iname "*.c" -o -iname "*.h" \) | xargs python3 scripts/internal/clinter.py
+
+ check_dist:
+ name: Check dist
+ needs: [linux-macos-py2, py3]
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/download-artifact@v3
+ with:
+ name: wheels
+ path: wheelhouse
+ - run: pipx run twine check --strict wheelhouse/*