From a8580b7e745f18c74992a47c77e11795da0551db Mon Sep 17 00:00:00 2001 From: robert-bryson Date: Fri, 8 Dec 2023 18:18:07 +0000 Subject: [PATCH 1/3] Bump pypi github action to 1.8.11 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0cc07591..2d1116ef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: python setup.py sdist python setup.py bdist_wheel - name: pypi-publish - uses: pypa/gh-action-pypi-publish@v1.4.2 + uses: pypa/gh-action-pypi-publish@v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} From 03df9942f6bbd29d142f7a893dcc0f8f69f0eabc Mon Sep 17 00:00:00 2001 From: robert-bryson Date: Wed, 13 Dec 2023 18:34:26 +0000 Subject: [PATCH 2/3] fixup --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d1116ef..57d1fc74 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: python setup.py sdist python setup.py bdist_wheel - name: pypi-publish - uses: pypa/gh-action-pypi-publish@v1 + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} From 262ab263e21678bc691eb9ec1021451c20032b3c Mon Sep 17 00:00:00 2001 From: robert-bryson Date: Wed, 13 Dec 2023 18:39:52 +0000 Subject: [PATCH 3/3] bump checkout, too --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 57d1fc74..d847c5ad 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update setup.py if manual release if: github.event_name == 'workflow_dispatch' run: |