File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,11 +161,11 @@ release: $(PY_SOURCES) $(DOC_SOURCES) $(DEB_SOURCES)
161
161
git commit debian/changelog -m " Updated changelog for release $( VER) "
162
162
git tag -s v$(VER ) -m " Release v$( VER) "
163
163
# update the package's registration on PyPI (in case any metadata's changed)
164
- $(PYTHON ) $(PYFLAGS ) setup.py register
164
+ $(PYTHON ) $(PYFLAGS ) setup.py register -r https://pypi.python.org/pypi
165
165
166
166
upload : $(PY_SOURCES ) $(DOC_SOURCES ) $(DIST_DEB ) $(DIST_DSC )
167
167
# build a source archive and upload to PyPI
168
- $(PYTHON ) $(PYFLAGS ) setup.py sdist upload
168
+ $(PYTHON ) $(PYFLAGS ) setup.py sdist upload -r https://pypi.python.org/pypi
169
169
# build the deb source archive and upload to Raspbian
170
170
dput raspberrypi dist/$(NAME ) _$(VER )$(DEB_SUFFIX ) _source.changes
171
171
dput raspberrypi dist/$(NAME ) _$(VER )$(DEB_SUFFIX ) _$(DEB_ARCH ) .changes
You can’t perform that action at this time.
0 commit comments