Skip to content

Commit

Permalink
Merge branch 'master' of github.com:waveform80/picamera
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jun 19, 2016
2 parents e014de7 + 3a60a08 commit 3f3628e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ release: $(PY_SOURCES) $(DOC_SOURCES) $(DEB_SOURCES)
git commit debian/changelog -m "Updated changelog for release $(VER)"
git tag -s release-$(VER) -m "Release $(VER)"
# update the package's registration on PyPI (in case any metadata's changed)
$(PYTHON) $(PYFLAGS) setup.py register
$(PYTHON) $(PYFLAGS) setup.py register -r https://pypi.python.org/pypi

upload: $(PY_SOURCES) $(DOC_SOURCES) $(DIST_DEB) $(DIST_DSC)
# build a source archive and upload to PyPI
$(PYTHON) $(PYFLAGS) setup.py sdist upload
$(PYTHON) $(PYFLAGS) setup.py sdist upload -r https://pypi.python.org/pypi
# build the deb source archive and upload to Raspbian
dput raspberrypi dist/$(NAME)_$(VER)$(DEB_SUFFIX)_source.changes
dput raspberrypi dist/$(NAME)_$(VER)$(DEB_SUFFIX)_$(DEB_ARCH).changes
Expand Down

0 comments on commit 3f3628e

Please sign in to comment.