From dfccc87e4bfdb9dd365189e6a30d6b91ac3bdbfa Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 21 Nov 2024 13:27:43 +0000 Subject: [PATCH 1/2] Bump pypa/gh-action-pypi-publish to 1.8.4 --- .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 fe015c2..69caaae 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -84,6 +84,6 @@ jobs: python -m pip install --upgrade wheel setuptools setuptools_scm python setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.3.0 + uses: pypa/gh-action-pypi-publish@v1.8.4 with: password: ${{ secrets.PYPI_PASSWORD }} From 88771fa1261cd565e160fb24ae37fe835a076165 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Thu, 21 Nov 2024 13:36:22 +0000 Subject: [PATCH 2/2] Bump pypa/gh-action-pypi-publish to v1.8.14 --- .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 69caaae..7bb14d6 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -84,6 +84,6 @@ jobs: python -m pip install --upgrade wheel setuptools setuptools_scm python setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.4 + uses: pypa/gh-action-pypi-publish@v1.8.14 with: password: ${{ secrets.PYPI_PASSWORD }}