File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed
Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 # @echo "Tagging v$(VERSION)..."
1010 # git tag v$(VERSION)
1111 # git push --tags
12- curl -H " Authorization: token ` cat $( HOME) /.github-access-token` " -d ' {"tag_name": "$(VERSION)"}' https://api.github.com/repos/nschloe/tikzplotlib/releases
12+ curl -H " Authorization: token ` cat $( HOME) /.github-access-token` " -d ' {"tag_name": "v $(VERSION)"}' https://api.github.com/repos/nschloe/tikzplotlib/releases
1313
1414upload : setup.py
1515 @if [ " $( shell git rev-parse --abbrev-ref HEAD) " != " master" ]; then exit 1; fi
1616 rm -f dist/*
17- python3 setup.py sdist
18- python3 setup.py bdist_wheel
17+ # python3 setup.py sdist bdist_wheel
18+ # https://stackoverflow.com/a/58756491/353337
19+ python3 -m pep517.build --source --binary .
1920 twine upload dist/*
2021
2122publish : tag upload
Original file line number Diff line number Diff line change 11[metadata]
22name = tikzplotlib
3- version = 0.9.1
3+ version = 0.9.2
44author = Nico Schlömer
5- 5+ 66description = Convert matplotlib figures into TikZ/PGFPlots
77url = https://github.com/nschloe/tikzplotlib
88project_urls =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments