Skip to content

Commit

Permalink
packaging: disable pypi for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nzjrs committed Jan 6, 2024
1 parent 8a66e4e commit ab04e54
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build-pypi-and-debs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,6 @@ on:
- 'v*'

jobs:
build-pypi:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
python3.10 -m pip install --upgrade pip
python3.10 -m pip install setuptools wheel
- name: Build
run: |
python3.10 setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}
build-debs:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit ab04e54

Please sign in to comment.