Add optimistic Github action to upload wheels to PyPi

This commit is contained in:
Dion Moult
2022-08-31 16:02:39 +10:00
parent 39a626edeb
commit f2c31cc17d
2 changed files with 67 additions and 1 deletions
-1
View File
@@ -4,7 +4,6 @@ PLATFORM:=linux
ifeq ($(PYVERSION), py36)
PYNUMBER:=36
ABITAG:=cp36m
endif
ifeq ($(PYVERSION), py37)
PYNUMBER:=37