From 85eca9d49c04628c1c05b7b6f00e49af32e1453d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:27:02 -0500 Subject: [PATCH] Bump the actions-version group with 2 updates (#247) Bumps the actions-version group with 2 updates: [glotzerlab/workflows](https://github.com/glotzerlab/workflows) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `glotzerlab/workflows` from 227c4e620a07fb5107c1c58bbf3f13ad80a7097d to 7737fdd1befca3bcfa2bb17160cece5b13276d5f - [Release notes](https://github.com/glotzerlab/workflows/releases) - [Commits](https://github.com/glotzerlab/workflows/compare/227c4e620a07fb5107c1c58bbf3f13ad80a7097d...7737fdd1befca3bcfa2bb17160cece5b13276d5f) Updates `pypa/gh-action-pypi-publish` from 1.11.0 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.11.0...v1.12.2) --- updated-dependencies: - dependency-name: glotzerlab/workflows dependency-type: direct:production dependency-group: actions-version - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-version ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI.yaml | 2 +- .github/workflows/PublishPyPI.yaml | 2 +- .github/workflows/update_pipfiles.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 325042a4..6441be03 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -31,7 +31,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Python environment - uses: glotzerlab/workflows/setup-uv@227c4e620a07fb5107c1c58bbf3f13ad80a7097d + uses: glotzerlab/workflows/setup-uv@7737fdd1befca3bcfa2bb17160cece5b13276d5f with: only-binary: ":none:" lockfile: ".github/requirements${{matrix.python-version}}.txt" diff --git a/.github/workflows/PublishPyPI.yaml b/.github/workflows/PublishPyPI.yaml index fd7ea8fc..14a5dce2 100644 --- a/.github/workflows/PublishPyPI.yaml +++ b/.github/workflows/PublishPyPI.yaml @@ -51,7 +51,7 @@ jobs: name: wheel path: dist - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/update_pipfiles.yaml b/.github/workflows/update_pipfiles.yaml index 4a51c4d2..54e40232 100644 --- a/.github/workflows/update_pipfiles.yaml +++ b/.github/workflows/update_pipfiles.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: glotzerlab/workflows/setup-uv@227c4e620a07fb5107c1c58bbf3f13ad80a7097d + - uses: glotzerlab/workflows/setup-uv@7737fdd1befca3bcfa2bb17160cece5b13276d5f - name: Set up Python environment run: | for v in "3.8" "3.9" "3.10" "3.11" "3.12"; do