Skip to content

[IGNORE] Trying to replicate behavior seen in sunpy #413

[IGNORE] Trying to replicate behavior seen in sunpy

[IGNORE] Trying to replicate behavior seen in sunpy #413

Workflow file for this run

on:
workflow_dispatch:
push:
paths:
- .github/workflows/publish.yml
- .github/workflows/test_publish.yml
pull_request:
paths:
- .github/workflows/publish.yml
- .github/workflows/test_publish.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release_default:
uses: ./.github/workflows/publish.yml
with:
test_extras: test
test_command: pytest --pyargs test_package
timeout-minutes: 30
release:
uses: ./.github/workflows/publish.yml
with:
test_extras: test
test_command: pytest --pyargs test_package
targets: |
- linux
- cp311-macosx_x86_64
- cp312-macosx_arm64
- cp3?-win_amd64
timeout-minutes: 30
release-double:
uses: ./.github/workflows/publish.yml
with:
upload_to_anaconda: true
anaconda_user: none
anaconda_package: none
anaconda_keep_n_latest: 1
sdist: false
test_extras: test
test_command: pytest --pyargs test_package
targets: |
- cp3{10,11,12}-manylinux_aarch64
timeout-minutes: 30
release_sdist_only:
uses: ./.github/workflows/publish.yml
with:
test_extras: test
test_command: pytest --pyargs test_package
targets: ''