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
f07e9026
Commit
f07e9026
authored
Jul 09, 2018
by
Daniel Boeckenhoff
Browse files
Makefile publishing should be working
parent
acabf418
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f07e9026
...
...
@@ -27,7 +27,8 @@ 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/tfields-$(VERSION).tag.gz
rm
dist/*
# could become unnecessary, if you find a way to specify 'twine upload dist/tfields-$(VERSION).tag.gz' in last step
python
setup.py
sdist
# building package
twine
upload
dist/*
# publish package
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