Skip to content

Fix data type when getting a line offset for a segmented hrit_jma #1663

Fix data type when getting a line offset for a segmented hrit_jma

Fix data type when getting a line offset for a segmented hrit_jma #1663

Workflow file for this run

name: Deploy sdist
on:
push:
pull_request:
release:
types:
- published
jobs:
test:
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/gh-action-pypi-publish@v1.10.2
with:
user: __token__
password: ${{ secrets.pypi_password }}