Skip to content
Snippets Groups Projects
Commit f07e9026 authored by Daniel Boeckenhoff's avatar Daniel Boeckenhoff
Browse files

Makefile publishing should be working

parent acabf418
Branches
Tags
No related merge requests found
...@@ -27,7 +27,8 @@ publish: ...@@ -27,7 +27,8 @@ publish:
git tag -a v$(VERSION) -m "Version $(VERSION) tag" # tag version git tag -a v$(VERSION) -m "Version $(VERSION) tag" # tag version
git push origin v$(VERSION) # explicitly push tag to the shared server git push origin v$(VERSION) # explicitly push tag to the shared server
python setup.py sdist rm dist/* # could become unnecessary, if you find a way to specify 'twine upload dist/tfields-$(VERSION).tag.gz' in last step
twine upload dist/tfields-$(VERSION).tag.gz python setup.py sdist # building package
twine upload dist/* # publish package
FORCE: ; FORCE: ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment