Skip to content

Bump codecov/codecov-action from 4 to 5 #133

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #133

Workflow file for this run

name: Deploy sdist
on:
release:
types:
- published
push:
pull_request:
jobs:
build_sdist:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Create sdist
shell: bash -l {0}
run: python -m pip install -q build; python -m build
- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.pypi_password }}