File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,18 @@ develop:
26
26
27
27
28
28
dist : clean
29
- python setup.py bdist_wheel
29
+ python3 setup.py sdist bdist_wheel
30
30
31
31
# If you need to push this project again,
32
32
# INCREASE the version number in wllvm/version.py,
33
33
# otherwise the server will give you an error.
34
34
35
- publish : dist
36
- python setup.py sdist upload
35
+ # publish: dist
36
+ # python setup.py sdist upload
37
+
38
+ publish :
39
+ python3 -m twine upload dist/*
40
+
37
41
38
42
install :
39
43
pip install
Original file line number Diff line number Diff line change 1
1
![ WLLVM] ( img/dragon128x128.png?raw_true ) Whole Program LLVM
2
- ==================
2
+
3
3
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
4
4
[ ![ PyPI version] ( https://badge.fury.io/py/wllvm.svg )] ( https://badge.fury.io/py/wllvm )
5
5
[ ![ Build Status] ( https://travis-ci.org/SRI-CSL/whole-program-llvm.svg?branch=master )] ( https://travis-ci.org/SRI-CSL/whole-program-llvm )
Original file line number Diff line number Diff line change 70
70
71
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
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
+
73
77
"""
74
78
75
- wllvm_version = '1.2.3 '
76
- wllvm_date = 'April 15 2019'
79
+ wllvm_version = '1.2.5 '
80
+ wllvm_date = 'April 17 2019'
You can’t perform that action at this time.
0 commit comments