From 452038c46288c4e2bd2a987030a4c2ed69e5df7c Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 15 Jun 2022 13:50:00 -0700 Subject: [PATCH 1/4] Fix wheels CI build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8c9603..01d97fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: needs: [test] uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@main with: - test_extras: 'all tests' + test_extras: 'all,tests' test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs hvpy' submodules: false targets: | From 6b53aa5d09b15cfa2ab0fec4043d7d916045d025 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 15 Jun 2022 14:07:52 -0700 Subject: [PATCH 2/4] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01d97fa..41def44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,8 @@ jobs: test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs hvpy' submodules: false targets: | - - universal2 + - linux + - macos + - windows secrets: pypi_token: ${{ secrets.pypi_token }} From a61dc2cec8ad3367484376d0441b5a4336dd1432 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 15 Jun 2022 14:30:19 -0700 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41def44..508ad39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,9 +74,6 @@ jobs: test_extras: 'all,tests' test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs hvpy' submodules: false - targets: | - - linux - - macos - - windows + targets: '' secrets: pypi_token: ${{ secrets.pypi_token }} From 50ecd6994d074c1cce2b407f4c14e597cd2077e5 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 15 Jun 2022 14:38:01 -0700 Subject: [PATCH 4/4] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 508ad39..2e4a62b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,11 +69,10 @@ jobs: contains(github.event.pull_request.labels.*.name, 'Run publish') ) needs: [test] - uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@main + uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 with: test_extras: 'all,tests' test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs hvpy' submodules: false - targets: '' secrets: pypi_token: ${{ secrets.pypi_token }}