From ae334493ca7cf54e1712e40422c9f791a279125a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:00:39 +0000 Subject: [PATCH 1/6] --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 b97c77c..b119a2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Build sdist and wheel run: python3 -m build - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: path: dist From 6bbbb97c8be77a4234d8484f2f66986ca1e23aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:00:47 +0000 Subject: [PATCH 2/6] --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 b97c77c..e4ac158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: name: Tests for Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v2 - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: mamba-version: "*" channels: conda-forge,defaults From e9ab69d09d11c1e66b95a6afcc64476d4196c737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:00:51 +0000 Subject: [PATCH 3/6] --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b97c77c..ed386d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - 3.10 name: Tests for Python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2 with: mamba-version: "*" @@ -53,7 +53,7 @@ jobs: dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: actions/setup-python@v2 - name: Install wheel and sdist requirements From d740ddc965e5d9e0a993818b9c23aeb3b538e877 Mon Sep 17 00:00:00 2001 From: Aryan Roy Date: Tue, 17 Sep 2024 20:25:40 +0530 Subject: [PATCH 4/6] changed CI Signed-off-by: Aryan Roy --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b97c77c..43b67df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - "*" branches: - master + - main - "ci/*" pull_request: From d2cdfa411f419b9b8b3a253f4d59b226fa3bd4b8 Mon Sep 17 00:00:00 2001 From: Aryan Roy Date: Tue, 17 Sep 2024 20:32:52 +0530 Subject: [PATCH 5/6] ci changes Signed-off-by: Aryan Roy --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43b67df..f6d6b90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: unittests on: + workflow_dispatch: +   inputs: +    publish-pypi: +        type: boolean push: tags: - "*" From de78d9819e1fd78e0c5d5e9fd7f1199bf2622618 Mon Sep 17 00:00:00 2001 From: Aryan Roy Date: Tue, 17 Sep 2024 20:34:30 +0530 Subject: [PATCH 6/6] ci Signed-off-by: Aryan Roy --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6d6b90..19a8ad8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,6 @@ name: unittests on: workflow_dispatch: -   inputs: -    publish-pypi: -        type: boolean push: tags: - "*"