From c03482b010115288bbe1e8167c121a897e8634fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 08:47:08 -0400 Subject: [PATCH] chore(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to release/v1 (#645) * chore(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.6 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.6. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.3...v1.8.6) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update .github/workflows/ci.yml * Update ci.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 159ba3e34..0f5acc86a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: python-version: ["3.6", "3.8", "3.11"] os: [ubuntu-latest, windows-latest, macos-latest] include: - - python-version: 'pypy-3.7' + - python-version: 'pypy-3.8' os: ubuntu-latest - python-version: 'pypy-3.9' os: ubuntu-latest @@ -123,7 +123,7 @@ jobs: name: Packages path: dist - - uses: pypa/gh-action-pypi-publish@v1.8.3 + - uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.pypi_password }}