Adding artifact upload support for builds

- Including both bdist_wheel and sdist
- Adding pandoc dependencies
This commit is contained in:
Jacob Alexander
2019-12-26 19:29:46 -08:00
parent 5639188029
commit 032b14ed45
4 changed files with 20 additions and 1 deletions

View File

@@ -11,3 +11,4 @@ pytest = "*"
tox = "*"
Jinja2 = "*"
Cython = "*"
pypandoc = "*"