Skip to content

Commit

Permalink
deactivate pypi auto build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Napam committed Oct 24, 2021
1 parent 667f04c commit c9fc1ca
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/pushpull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Tests
on: [push, pull_request]

jobs:
build:
tests:
runs-on: ubuntu-latest

strategy:
Expand All @@ -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/

0 comments on commit c9fc1ca

Please sign in to comment.