We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2a35b commit bd8bec2Copy full SHA for bd8bec2
Makefile
@@ -26,7 +26,7 @@ develop:
26
27
28
dist: clean
29
- python setup.py bdist_wheel
+ python3 setup.py sdist bdist_wheel
30
31
# If you need to push this project again,
32
# INCREASE the version number in wllvm/version.py,
@@ -36,7 +36,7 @@ dist: clean
36
# python setup.py sdist upload
37
38
publish:
39
- twine upload dist/*
+ python3 -m twine upload dist/*
40
41
42
install:
wllvm/version.py
@@ -72,7 +72,9 @@
72
73
1.2.4 - 4/15/2019 The tax day version, II. Testing the twine upload.
74
75
+1.2.5 - 4/17/2019 Fixing the pip package, hopefully.
76
+
77
"""
78
-wllvm_version = '1.2.4'
-wllvm_date = 'April 15 2019'
79
+wllvm_version = '1.2.5'
80
+wllvm_date = 'April 17 2019'
0 commit comments