We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ababd9 commit 4d24c82Copy full SHA for 4d24c82
.github/workflows/release.yml
@@ -0,0 +1,14 @@
1
+name: release
2
+
3
+on:
4
+ release:
5
+ types: [released ]
6
+ workflow_dispatch:
7
8
+jobs:
9
10
+ uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
11
+ with:
12
+ upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
13
+ secrets:
14
+ pypi_token: ${{ secrets.PYPI_PASSWORD_ASDF_MAINTAINER }}
0 commit comments