From 90d04aaf1593fd1747fed1472430dd9d24f74805 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 25 Dec 2023 16:47:33 +0000 Subject: Only Python 3 --- RELEASE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 42d6fdc..78b33a9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,7 +7,6 @@ How to make a release 4. Build dist files: ``` rm -f dist/* -python setup.py sdist bdist_wheel python3 setup.py sdist bdist_wheel ``` 5. Publish on PyPi: -- cgit v1.2.3