We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3150ccf commit 56d39c4Copy full SHA for 56d39c4
1 file changed
Makefile
@@ -7,6 +7,9 @@ TAGS := cp312-cp312
7
source:
8
python3 setup.py sdist
9
10
+build:
11
+ python3 setup.py build
12
+
13
manylinux:
14
docker run --rm -v $(PWD):/io -w /io quay.io/pypa/$(POLICY)_$(PLATFORM) \
15
make build-wheels \
0 commit comments