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 a1e94e6 commit 8fcb156Copy full SHA for 8fcb156
Makefile
@@ -164,10 +164,7 @@ release: $(PY_SOURCES) $(DOC_SOURCES) $(DEB_SOURCES)
164
git commit debian/changelog -m "Updated changelog for release $(VER)"
165
git tag -s release-$(VER) -m "Release $(VER)"
166
167
-upload: $(PY_SOURCES) $(DOC_SOURCES) $(DEB_SOURCES)
168
- $(MAKE) clean
169
- $(MAKE) $(SUBDIRS)
170
- $(MAKE) $(LICENSES)
+upload: $(PY_SOURCES) $(DOC_SOURCES) $(DEB_SOURCES) $(SUBDIRS) $(LICENSES)
171
# build a source archive and upload to PyPI
172
$(PYTHON) $(PYFLAGS) setup.py sdist upload
173
# build the deb source archive and upload to the PPA
0 commit comments