summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2022-10-18 20:05:17 +0200
committerGitHub <noreply@github.com>2022-10-18 20:05:17 +0200
commit3f81c62ecb37098318fd1f80eebb0bdffc8f097c (patch)
tree0acb3a837cdbb293a7165b2ce66cebbbe74ea46d /.gitignore
parent0707c16339c3918f77eeb83cb1d6047cdb2f0e10 (diff)
downloadpsutil-3f81c62ecb37098318fd1f80eebb0bdffc8f097c.tar.gz
fix #2021, fix #1954, provide OSX arm64 bins + add pyproject.toml (#2040)
This commit updates the build workflow to use the latest cibuildwheel as a GitHub Action. cibuildwheel configuration is now in its own file (as there's no `pyproject.toml` yet) Signed-off-by: mayeut <mayeut@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3d22b0b3..ddafc64c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ syntax: glob
.tox/
build/
dist/
+wheelhouse/