summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-06-15 13:42:03 +0200
committertmartins <thigm85@gmail.com>2020-06-15 13:42:03 +0200
commitc889809c3a8723d105bc5a9888ab8aec184bef81 (patch)
tree3af235e4f55f2995262e583cd94b0ce875a98123 /.github
parentb295b31be139f71d29527d3a39d172a4a031069e (diff)
update building libraries
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 67645e43e95..9b9fabb85e8 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -39,6 +39,7 @@ jobs:
nbdev_test_nbs
- name: Build package
run: |
+ pip install --upgrade setuptools wheel
python setup.py sdist bdist_wheel
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@master