We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8618384 commit 2e003acCopy full SHA for 2e003ac
.github/workflows/publish.yml
@@ -13,13 +13,16 @@ jobs:
13
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
14
with:
15
upload_to_pypi: true
16
- upload_to_anaconda: false
+ upload_to_anaconda: false # TODO!
17
+ test_extras: test
18
+ test_command: ls $GITHUB_WORKSPACE; pytest $GITHUB_WORKSPACE/tests $GITHUB_WORKSPACE/docs
19
secrets:
20
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
21
22
mypyc:
23
name: mypyc wheels (${{ matrix.name }})
24
runs-on: ${{ matrix.os }}
25
+
26
strategy:
27
fail-fast: false
28
matrix:
0 commit comments