Skip to content

Add reader for GERB high-resolution HDF5 files #55

Add reader for GERB high-resolution HDF5 files

Add reader for GERB high-resolution HDF5 files #55

Workflow file for this run

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