Skip to content

Configure dependabot for Python #47

Configure dependabot for Python

Configure dependabot for Python #47

Workflow file for this run

on:
push:
branches:
- main
tags:
- v*
jobs:
publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
secrets:
pypi_token: ${{ secrets.pypi_token }}