From 9f59822165385a531b971a59269567614f77eaa7 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Tue, 26 Dec 2023 23:56:56 +0000 Subject: [PATCH 1/2] Fix deploy action --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ce3d55cd5e0..dda5b67e78f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -200,7 +200,7 @@ jobs: mv dist/MDAnalysisTests-* testsuite/dist - name: upload_source_and_wheels - uses: pypa/gh-action-pypi-publish@v1.18.10 + uses: pypa/gh-action-pypi-publish@v1.8.10 upload_pypi_mdanalysistests: if: | @@ -226,7 +226,7 @@ jobs: mv dist/MDAnalysisTests-* testsuite/dist - name: upload_tests - uses: pypa/gh-action-pypi-publish@v1.18.10 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: packages_dir: testsuite/dist From 79809b3d45b0ba513aef3695b344463a98e0162b Mon Sep 17 00:00:00 2001 From: IAlibay Date: Wed, 27 Dec 2023 00:06:05 +0000 Subject: [PATCH 2/2] Update changelog --- package/CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/package/CHANGELOG b/package/CHANGELOG index c86b80a321a..c65ce91703a 100644 --- a/package/CHANGELOG +++ b/package/CHANGELOG @@ -19,6 +19,7 @@ The rules for this file: * 2.8.0 Fixes + * Fix deploy action to use the correct version of the pypi upload action. Enhancements