From b295b31be139f71d29527d3a39d172a4a031069e Mon Sep 17 00:00:00 2001 From: tmartins Date: Mon, 15 Jun 2020 13:36:43 +0200 Subject: publish pyvespa to test PyPI --- .github/workflows/python.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a32300043a3..67645e43e95 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -37,3 +37,11 @@ jobs: - name: Run notebook tests run: | nbdev_test_nbs + - name: Build package + run: | + python setup.py sdist bdist_wheel + - 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