File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ prerelease:
29
29
-sudo rm -rf dist/
30
30
-rm -rf snapshot/
31
31
-sudo rm -rf snapshot/
32
- # ./tools/gae-zip-creator.sh
33
32
python expandsymlinks.py
34
33
cd snapshot; python setup.py clean
35
- cd snapshot; python setup.py sdist --formats=gztar,zip
34
+ cd snapshot; python setup.py sdist --formats=gztar,zip bdist_wheel --universal
36
35
cd snapshot; tar czf google-api-python-client-samples-$(shell python setup.py --version) .tar.gz samples
37
36
cd snapshot; zip -r google-api-python-client-samples-$(shell python setup.py --version) .zip samples
38
37
@@ -43,5 +42,5 @@ release: prerelease
43
42
@echo " Are you sure you want to proceed? (yes/no)"
44
43
@read yn; if [ yes -ne $( yn) ]; then exit 1; fi
45
44
@echo " Here we go..."
46
- cd snapshot; python setup.py sdist --formats=gztar,zip register upload
47
-
45
+ cd snapshot; python setup.py sdist --formats=gztar,zip bdist_wheel --universal
46
+ cd snapshot ; twine upload dist/ *
You can’t perform that action at this time.
0 commit comments