We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d698c commit c0a3bdaCopy full SHA for c0a3bda
.github/workflows/ci_workflows.yml
@@ -25,3 +25,10 @@ jobs:
25
- macos: py310-test-pytest73
26
- windows: py311-test-pytest74
27
- linux: py311-test-pytestdev
28
+ publish:
29
+ uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
30
+ with:
31
+ test_extras: test
32
+ test_command: pytest $GITHUB_WORKSPACE/tests; pytest --arraydiff $GITHUB_WORKSPACE/tests
33
+ secrets:
34
+ pypi_token: ${{ secrets.pypi_password }}
.github/workflows/publish.yml
0 commit comments