Skip to content

Commit

Permalink
Add publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 20, 2022
1 parent bef97e1 commit 0cafa95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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 }}

0 comments on commit 0cafa95

Please sign in to comment.