Skip to content

Merge pull request #62 from astrofrog/bump-minimum-python-39 #182

Merge pull request #62 from astrofrog/bump-minimum-python-39

Merge pull request #62 from astrofrog/bump-minimum-python-39 #182

Workflow file for this run

name: Build and upload to PyPI
on: [push, pull_request]
jobs:
publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
with:
test_extras: test
test_command: pytest --pyargs casa_formats_io
targets: |
- cp*-manylinux_x86_64
- cp*-manylinux_aarch64
- pp39-manylinux_x86_64
- cp*-macosx_x86_64
- cp*-macosx_arm64
- pp39-macosx_x86_64
- cp*-win32
- cp*-win_amd64
- pp39-win_amd64
secrets:
pypi_token: ${{ secrets.pypi_password }}