From 49529b4009cceaf2ec3fd7b261fea7b0be18dffd Mon Sep 17 00:00:00 2001 From: Michele Cosi <54603048+CosiMichele@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:36:58 -0700 Subject: [PATCH 1/5] changed name to reflect yml --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 2a29fb7..6d9b9ba 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -1,4 +1,4 @@ -name: Python package +name: run_tests on: [push] From 9c946af05492cf819c65586668e12465587eade0 Mon Sep 17 00:00:00 2001 From: Ifeoluwa Ale <84350850+ifeoluwaale@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:34:43 -0500 Subject: [PATCH 2/5] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 67a96ab..a695f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,3 +29,6 @@ dependencies=[ "statsmodels>=0.14.0; python_version>='3.12'", "scipy>=1.11.3" ] + +[tool.setuptools] +packages = ["dplpy"] From e6abb2388f5e2486d6b299a8b2553f0099f448d6 Mon Sep 17 00:00:00 2001 From: Ifeoluwa Ale <84350850+ifeoluwaale@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:00:23 -0500 Subject: [PATCH 3/5] Update pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a695f89..cb220e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,3 +32,7 @@ dependencies=[ [tool.setuptools] packages = ["dplpy"] + +[tool.setuptools.packages.find] +include = ["dplpy"] +namespaces = false From 7447e66b515888beeba9bc40e761dd8871ee68e8 Mon Sep 17 00:00:00 2001 From: Ifeoluwa Ale <84350850+ifeoluwaale@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:13:46 -0500 Subject: [PATCH 4/5] Update pypi_release.yml to checkout correct branch for release --- .github/workflows/pypi_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index 127dcf1..9f34934 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v3 + with: + ref: 0.1.2 - name: Set up Python 3.11 uses: actions/setup-python@v4 with: From f039dbfb14efde66f19cd1f45ab9b2517b10dd6f Mon Sep 17 00:00:00 2001 From: Ifeoluwa Ale <84350850+ifeoluwaale@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:14:24 -0500 Subject: [PATCH 5/5] Update pyproject.toml to only specify package once --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb220e5..a695f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,3 @@ dependencies=[ [tool.setuptools] packages = ["dplpy"] - -[tool.setuptools.packages.find] -include = ["dplpy"] -namespaces = false