File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
@if [ " $( shell git rev-parse --abbrev-ref HEAD) " != " master" ]; then exit 1; fi
9
9
curl -H " Authorization: token ` cat $( HOME) /.github-access-token` " -d ' {"tag_name": "v$(VERSION)"}' https://api.github.com/repos/nschloe/tikzplotlib/releases
10
10
11
- upload :
11
+ upload : clean
12
12
@if [ " $( shell git rev-parse --abbrev-ref HEAD) " != " master" ]; then exit 1; fi
13
- rm -f dist/*
14
13
# https://stackoverflow.com/a/58756491/353337
15
14
python3 -m pep517.build --source --binary .
16
15
twine upload dist/*
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ figures like
23
23
for native inclusion into LaTeX or ConTeXt documents.
24
24
25
25
The output of tikzplotlib is in
26
- [ PGFPlots] ( http ://pgfplots.sourceforge.net/ pgfplots.pdf ) , a TeX library that sits on
26
+ [ PGFPlots] ( https ://github.com/pgf-tikz/ pgfplots/ ) , a TeX library that sits on
27
27
top of [ PGF/TikZ] ( https://en.wikipedia.org/wiki/PGF/TikZ ) and describes graphs in terms
28
28
of axes, data etc. Consequently, the output of tikzplotlib
29
29
You can’t perform that action at this time.
0 commit comments