Implement get_series_info_from_cube_pid_coord function and add pad_coordinate helper #628
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: TestPyPI | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - 'src/**' | |
| - 'pyproject.toml' | |
| jobs: | |
| test_pypi: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: 'echo "No build required" ' |