Skip to content

Commit 2e003ac

Browse files
committed
test on publish as well
Signed-off-by: nstarman <nstarkman@protonmail.com>
1 parent 8618384 commit 2e003ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ jobs:
1313
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
1414
with:
1515
upload_to_pypi: true
16-
upload_to_anaconda: false
16+
upload_to_anaconda: false # TODO!
17+
test_extras: test
18+
test_command: ls $GITHUB_WORKSPACE; pytest $GITHUB_WORKSPACE/tests $GITHUB_WORKSPACE/docs
1719
secrets:
1820
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
1921

2022
mypyc:
2123
name: mypyc wheels (${{ matrix.name }})
2224
runs-on: ${{ matrix.os }}
25+
2326
strategy:
2427
fail-fast: false
2528
matrix:

0 commit comments

Comments
 (0)