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 7cfcb69 commit a0c2a97Copy full SHA for a0c2a97
Makefile
@@ -32,8 +32,12 @@ dist: clean
32
# INCREASE the version number in wllvm/version.py,
33
# otherwise the server will give you an error.
34
35
-publish: dist
36
- python setup.py sdist upload
+#publish: dist
+# python setup.py sdist upload
37
+
38
+publish:
39
+ twine upload dist/*
40
41
42
install:
43
pip install
wllvm/version.py
@@ -70,7 +70,9 @@
70
71
1.2.3 - 4/15/2019 The tax day version. Almost a years worth of tweaks from building large things like the Linux kernel.
72
73
+1.2.4 - 4/15/2019 The tax day version, II. Testing the twine upload.
74
75
"""
76
-wllvm_version = '1.2.3'
77
+wllvm_version = '1.2.4'
78
wllvm_date = 'April 15 2019'
0 commit comments