Skip to content

Commit a0c2a97

Browse files
committed
Twine tweaks to the pip uploading.
1 parent 7cfcb69 commit a0c2a97

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ dist: clean
3232
# INCREASE the version number in wllvm/version.py,
3333
# otherwise the server will give you an error.
3434

35-
publish: dist
36-
python setup.py sdist upload
35+
#publish: dist
36+
# python setup.py sdist upload
37+
38+
publish:
39+
twine upload dist/*
40+
3741

3842
install:
3943
pip install

wllvm/version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
7171
1.2.3 - 4/15/2019 The tax day version. Almost a years worth of tweaks from building large things like the Linux kernel.
7272
73+
1.2.4 - 4/15/2019 The tax day version, II. Testing the twine upload.
74+
7375
"""
7476

75-
wllvm_version = '1.2.3'
77+
wllvm_version = '1.2.4'
7678
wllvm_date = 'April 15 2019'

0 commit comments

Comments
 (0)