Skip to content

Update Anaconda download link #59

Update Anaconda download link

Update Anaconda download link #59

Workflow file for this run

name: Publish
on:
pull_request:
push:
branches:
- main
tags:
- v*
jobs:
publish:
if: (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
secrets:
pypi_token: ${{ secrets.pypi_token }}
with:
targets: |
- linux
- macos
- windows
- cp3*-macosx_arm64
- cp3*-manylinux_aarch64