From a5968b63e2bf73378df2d56b2aae24b5cc36b1ce Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 22 Jul 2024 10:04:42 +0200 Subject: [PATCH 1/3] remove duplicate line from readme --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e3db4d..9878bb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,6 @@ * update dependencies to `numpy>=1.7.0,<2.0.0` -* update dependencies to `numpy>=1.7.0,<2.0.0` - * update import in `.plotting.matplot_dep.defaults` due to change in matplotlib * Correct dl_dm term in student t inference #1065 From 915b964b737a89b79e42939766756c9c0de459c8 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 22 Jul 2024 10:05:21 +0200 Subject: [PATCH 2/3] githubactions: downgrade upload-artifacts on manylinux job --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index a9cfe069..9a846056 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -223,7 +223,7 @@ jobs: run: ls -R dist - name: Archive build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: dist-artifacts-manylinux-${{ matrix.python }} path: dist/* From b3799fa72d23b08c35644bf7418c0f9f55d12e99 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 22 Jul 2024 10:06:02 +0200 Subject: [PATCH 3/3] github actions: downgrad upload-artifact on github actions --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 9a846056..544b7197 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -223,7 +223,7 @@ jobs: run: ls -R dist - name: Archive build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v1 with: name: dist-artifacts-manylinux-${{ matrix.python }} path: dist/*