Skip to content

Commit bd8bec2

Browse files
committed
Keeping in synch with travitch/.
1 parent 1c2a35b commit bd8bec2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ develop:
2626

2727

2828
dist: clean
29-
python setup.py bdist_wheel
29+
python3 setup.py sdist bdist_wheel
3030

3131
# If you need to push this project again,
3232
# INCREASE the version number in wllvm/version.py,
@@ -36,7 +36,7 @@ dist: clean
3636
# python setup.py sdist upload
3737

3838
publish:
39-
twine upload dist/*
39+
python3 -m twine upload dist/*
4040

4141

4242
install:

wllvm/version.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
7373
1.2.4 - 4/15/2019 The tax day version, II. Testing the twine upload.
7474
75+
1.2.5 - 4/17/2019 Fixing the pip package, hopefully.
76+
7577
"""
7678

77-
wllvm_version = '1.2.4'
78-
wllvm_date = 'April 15 2019'
79+
wllvm_version = '1.2.5'
80+
wllvm_date = 'April 17 2019'

0 commit comments

Comments
 (0)