From 20cfcdec47e6423603c66908cc058ba6d90c9bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:16:04 +0000 Subject: [PATCH] Bump lsst-sqre/build-and-publish-to-pypi from 1 to 2 Bumps [lsst-sqre/build-and-publish-to-pypi](https://github.com/lsst-sqre/build-and-publish-to-pypi) from 1 to 2. - [Release notes](https://github.com/lsst-sqre/build-and-publish-to-pypi/releases) - [Commits](https://github.com/lsst-sqre/build-and-publish-to-pypi/compare/v1...v2) --- updated-dependencies: - dependency-name: lsst-sqre/build-and-publish-to-pypi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/periodic.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4afeec1..8c0cbe4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,7 +91,7 @@ jobs: fetch-depth: 0 # full history for setuptools_scm - name: Upload - uses: lsst-sqre/build-and-publish-to-pypi@v1 + uses: lsst-sqre/build-and-publish-to-pypi@v2 with: pypi-token: ${{ secrets.PYPI_SQRE_ADMIN }} python-version: "3.10" diff --git a/.github/workflows/periodic.yaml b/.github/workflows/periodic.yaml index 4aab78c..5e07c4b 100644 --- a/.github/workflows/periodic.yaml +++ b/.github/workflows/periodic.yaml @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 # full history for setuptools_scm - name: Upload - uses: lsst-sqre/build-and-publish-to-pypi@v1 + uses: lsst-sqre/build-and-publish-to-pypi@v2 with: pypi-token: ${{ secrets.PYPI_SQRE_ADMIN }} python-version: "3.10"