summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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/