Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Boeckenhoff
tfields
Commits
f611a78a
Commit
f611a78a
authored
Jul 09, 2018
by
Daniel Boeckenhoff
Browse files
Makefile publishing, specifying upload
parent
fb398442
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f611a78a
...
...
@@ -28,6 +28,6 @@ publish:
git
tag
-a
v$(VERSION)
-m
"Version $(VERSION) tag"
# tag version
git
push
origin
v$(VERSION)
# explicitly push tag to the shared server
python
setup.py
sdist
twine
upload
dist/
*
twine
upload
dist/
tfields-$(VERSION).tag.gz
FORCE
:
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment