From 448854b6cfdf14c2e788d4e4cc599cc2f0866e46 Mon Sep 17 00:00:00 2001 From: "William F. Broderick" Date: Mon, 18 Dec 2023 12:34:19 -0500 Subject: [PATCH 1/2] fix typo --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c9db857..ba624d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: path: "./**/dist/*.tar.gz" deploy: - needs: [build_wheels, build-sdist] + needs: [build-wheels, build-sdist] runs-on: ubuntu-latest if: github.event_name == 'release' && github.event.action == 'published' steps: From e269f863230d8c2d458b4e6be88e42b9e494e81d Mon Sep 17 00:00:00 2001 From: "William F. Broderick" Date: Mon, 18 Dec 2023 12:35:53 -0500 Subject: [PATCH 2/2] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ae4dc..6d59a5c 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ and Jupyter installed. All code should be considered a beta release. By that we mean that it is being actively developed and tested. You can find unit tests in -`TEST/unitTests.py` and run them with `python TEST/unitTests.py`. +`TESTS/unitTests.py` and run them with `python TESTS/unitTests.py`. If you're using functions or parameters that do not have associated unit tests you should test this yourself to make sure the results are correct.