We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a050d6 + 652ba12 commit f07247cCopy full SHA for f07247c
.readthedocs.yml
@@ -1,3 +1,3 @@
1
python:
2
- version: 3
3
- setup_py_install: true
+ install:
+ - path: .
Makefile
@@ -11,7 +11,7 @@ tag:
11
# git push --tags
12
curl -H "Authorization: token `cat $(HOME)/.github-access-token`" -d '{"tag_name": "v$(VERSION)"}' https://api.github.com/repos/nschloe/tikzplotlib/releases
13
14
-upload: setup.py
+upload:
15
@if [ "$(shell git rev-parse --abbrev-ref HEAD)" != "master" ]; then exit 1; fi
16
rm -f dist/*
17
# python3 setup.py sdist bdist_wheel
0 commit comments