Skip to content

Commit

Permalink
Remove old deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 17, 2024
1 parent 4614470 commit b5b4c60
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,3 @@ jobs:
run: |
python -m tox
- uses: codecov/codecov-action@v1

deploy:
runs-on: ubuntu-latest
needs:
- tests
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install pypa/build
run: python -m pip install build
- name: Build a binary wheel and a source tarball
run: python -m build --sdist --wheel --outdir dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit b5b4c60

Please sign in to comment.