Skip to content

Commit c0a3bda

Browse files
committed
Simplified publish workflow
1 parent 56d698c commit c0a3bda

File tree

2 files changed

+7
-48
lines changed

2 files changed

+7
-48
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ jobs:
2525
- macos: py310-test-pytest73
2626
- windows: py311-test-pytest74
2727
- 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

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)