We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d3c0e3 + bee27f4 commit d7dcec3Copy full SHA for d7dcec3
1 file changed
Makefile
@@ -8,6 +8,9 @@ TAGS := cp312-cp312
8
source:
9
python3 setup.py sdist
10
11
+build:
12
+ python3 setup.py build
13
+
14
manylinux:
15
docker run --rm -v $(PWD):/io -w /io quay.io/pypa/$(POLICY)_$(PLATFORM) \
16
make build-wheels \
@@ -24,3 +27,5 @@ build-wheel:
24
27
clean:
25
28
$(PYTHON) setup.py clean --all
26
29
rm -fr build dist dist-* fuse_python.egg-info wheelhouse
30
31
+.PHONY: build
0 commit comments