diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-03 15:39:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 15:39:25 -0700 |
commit | 64bec9be8d412d7e7439987f565f7070e66cdf5a (patch) | |
tree | f201317319c0609c16850ddc8e7ed3a84fe46000 | |
parent | cd057163eea02bca2ef0fba4f80b11bdd8dbd5f8 (diff) | |
download | virtualenv-64bec9be8d412d7e7439987f565f7070e66cdf5a.tar.gz |
Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#2566)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd72c14..8303d86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,4 +24,4 @@ jobs: - name: Build package run: pyproject-build -s -w . -o dist - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.5 + uses: pypa/gh-action-pypi-publish@v1.8.6 |