From c0c468da7f859c199cb1cf0a30611378bdbcc0d0 Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 1 Mar 2024 16:57:40 -0500 Subject: [PATCH 1/2] Removed SHTOOLS submodule --- SHTOOLS | 1 - 1 file changed, 1 deletion(-) delete mode 160000 SHTOOLS diff --git a/SHTOOLS b/SHTOOLS deleted file mode 160000 index 8b74bb7a2..000000000 --- a/SHTOOLS +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8b74bb7a27b7dab588893ab368c86ab4d735f333 From dc8511bc1ec39b019de0c630524628c82c8f7d2e Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 1 Mar 2024 16:59:30 -0500 Subject: [PATCH 2/2] Updated the gitmodules and switched to building wheels when pushing to the master branch --- .github/workflows/build_wheels.yml | 5 +++-- .gitmodules | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index a607e1741..21b8aac6b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -1,8 +1,9 @@ name: swiftest on: - release: - types: [published] + push: + branches: + - master jobs: build_wheels: diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 83fc36326..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "SHTOOLS"] - path = SHTOOLS - url = https://github.com/profminton/SHTOOLS