From c9fc1ca30c96314854c514ab32005c647bdddab1 Mon Sep 17 00:00:00 2001 From: Naphat Amundsen Date: Sun, 24 Oct 2021 10:28:37 +0200 Subject: [PATCH] deactivate pypi auto build for now --- .github/workflows/pushpull.yml | 42 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/pushpull.yml b/.github/workflows/pushpull.yml index 0d33036..97b55c3 100644 --- a/.github/workflows/pushpull.yml +++ b/.github/workflows/pushpull.yml @@ -6,7 +6,7 @@ name: Tests on: [push, pull_request] jobs: - build: + tests: runs-on: ubuntu-latest strategy: @@ -27,25 +27,25 @@ jobs: run: | python3 tests/test.py - publish-testpypi: - name: Build and publish Python 🐍 distributions 📦 to TestPyPI + # publish-testpypi: + # name: Build and publish Python 🐍 distributions 📦 to TestPyPI - runs-on: ubuntu-latest + # runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Set up Python 3.7 - uses: actions/setup-python@v2 - with: - python-version: "3.7" - - name: Install setuptools and wheel - run: | - python -m pip install --upgrade setuptools wheel - - name: Build artifact - run: | - python setup.py sdist bdist_wheel - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@master - with: - password: ${{ secrets.TESTPYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + # steps: + # - uses: actions/checkout@v2 + # - name: Set up Python 3.7 + # uses: actions/setup-python@v2 + # with: + # python-version: "3.7" + # - name: Install setuptools and wheel + # run: | + # python -m pip install --upgrade setuptools wheel + # - name: Build artifact + # run: | + # python setup.py sdist bdist_wheel + # - name: Publish distribution 📦 to Test PyPI + # uses: pypa/gh-action-pypi-publish@master + # with: + # password: ${{ secrets.TESTPYPI_API_TOKEN }} + # repository_url: https://test.pypi.org/legacy/