Skip to content

Merge pull request #223 from yukaribbba/add_fy3abc_mersi1_rsr #110

Merge pull request #223 from yukaribbba/add_fy3abc_mersi1_rsr

Merge pull request #223 from yukaribbba/add_fy3abc_mersi1_rsr #110

Workflow file for this run

name: Deploy sdist
on:
push:
pull_request:
release:
types:
- published
jobs:
deploy:
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 -s
- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.pypi_password }}