From 6759dda3f9fa61ee7cbd18a00a76c61984b5377f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:20:16 -0400 Subject: [PATCH] Bump the actions group with 3 updates (#72) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Larson --- .github/workflows/build-and-deploy.yml | 10 ++++++++-- .github/workflows/docbuild.yml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index dbd01db..cc4160f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.1 - uses: actions/upload-artifact@v4 with: @@ -37,6 +37,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: 3.12 + + - name: Install pipx + run: python -m pip install --upgrade pipx pip - name: Build sdist run: pipx run build --sdist @@ -68,7 +74,7 @@ jobs: name: artifact path: dist - - uses: pypa/gh-action-pypi-publish@v1.10.0 + - uses: pypa/gh-action-pypi-publish@v1.10.2 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }} diff --git a/.github/workflows/docbuild.yml b/.github/workflows/docbuild.yml index 885aaca..7114fa6 100644 --- a/.github/workflows/docbuild.yml +++ b/.github/workflows/docbuild.yml @@ -36,7 +36,7 @@ jobs: make -C doc html - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.8 if: startsWith(github.ref, 'refs/tags/') with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}