Skip to content

Commit

Permalink
TMP: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 23, 2024
1 parent 4d4e6f5 commit 0e08429
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@ concurrency:

jobs:

tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- windows: py39-test-numpy122
- linux: py310-test-numpy124
- macos: py311-test-astropy53
- linux: py312-test
- linux: codestyle
coverage: 'codecov'
# tests:
# uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
# with:
# envs: |
# - windows: py39-test-numpy122
# - linux: py310-test-numpy124
# - macos: py311-test-astropy53
# - linux: py312-test
# - linux: codestyle
# coverage: 'codecov'

publish:
needs: tests
# needs: tests
uses: astrofrog/github-actions-workflows/.github/workflows/publish.yml@mac-images
with:
test_extras: test
test_command: pytest -p no:warnings --pyargs astroscrappy
targets: |
- cp*-manylinux_x86_64
- cp*-manylinux_aarch64
# - cp*-manylinux_x86_64
# - cp*-manylinux_aarch64
- cp*-macosx_x86_64
- cp*-macosx_arm64
- cp*-win_amd64
# - cp*-win_amd64
secrets:
pypi_token: ${{ secrets.pypi_token }}
anaconda_token: ${{ secrets.anaconda_token }}

0 comments on commit 0e08429

Please sign in to comment.