From 5aefa78db74d6f5c4662086e730bc2592b4c8390 Mon Sep 17 00:00:00 2001 From: tmartins Date: Mon, 15 Jun 2020 21:00:01 +0200 Subject: cleanup --- .github/workflows/python.yml | 15 --------------- 1 file changed, 15 deletions(-) (limited to '.github/workflows/python.yml') 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/ -- cgit v1.2.3