Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95b9c37

Browse files
committed
Final changes to Makefile for release
1 parent7f0234a commit95b9c37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ $(DIST_DSC): $(PY_SOURCES) $(DEB_SOURCES)
116116
cp ../$(NAME)_$(VER)-1.dsc dist/
117117
cp ../$(NAME)_$(VER)-1.tar.gz dist/
118118

119-
release:$(PY_SOURCES)$(DOC_SOURCES)
119+
release:$(PY_SOURCES)$(DOC_SOURCES)$(DEB_SOURCES)
120120
$(MAKE) clean
121121
# ensure there are no current uncommitted changes
122122
test -z"$(shell git status --porcelain)"
@@ -125,9 +125,11 @@ release: $(PY_SOURCES) $(DOC_SOURCES)
125125
# update the package's registration on PyPI (in case any metadata's changed)
126126
$(PYTHON)$(PYFLAGS) setup.py register
127127

128-
upload:$(PY_SOURCES)$(DOC_SOURCES)
128+
upload:$(PY_SOURCES)$(DOC_SOURCES)$(DIST_DEB)$(DIST_DSC)
129129
# build a source archive and upload to PyPI
130130
$(PYTHON)$(PYFLAGS) setup.py sdist upload
131+
dput waveform-ppa dist/python-$(NAME)_$(VER)-1~ppa1_source.changes
132+
git push --tags
131133

132134
.PHONY: all install develop test doc source egg zip tar dist clean tags release upload
133135

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp