summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-06-15 21:00:01 +0200
committertmartins <thigm85@gmail.com>2020-06-15 21:00:01 +0200
commit5aefa78db74d6f5c4662086e730bc2592b4c8390 (patch)
treec9babf8d3c3ccd47bccd85a14cfda1401326902d /.github
parentbe94bb30ba702b899dbfffbaff2f14028d7870a7 (diff)
cleanup
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 2e2cd069f78..52c655eebfe 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -37,16 +37,6 @@ jobs:
- name: Run notebook tests
run: |
nbdev_test_nbs
-# - name: Build package
-# run: |
-# pip install --upgrade setuptools wheel
-# python setup.py sdist bdist_wheel
-# echo $(ls -alh)
-# echo $(ls -alh dist )
-# - name: Degug
-# run: |
-# echo $(ls -alh)
-# echo $(ls -alh dist )
- name: Build and publish
env:
TWINE_USERNAME: __token__
@@ -56,8 +46,3 @@ jobs:
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
-# - name: Publish distribution to Test PyPI
-# uses: pypa/gh-action-pypi-publish@master
-# with:
-# password: ${{ secrets.test_pypi_password }}
-# repository_url: https://test.pypi.org/legacy/