summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-06 19:01:44 -0800
committerGitHub <noreply@github.com>2022-12-06 19:01:44 -0800
commit6845f6f2660fc786c92a01e077b4ae07a87d5a6b (patch)
treeb2406e7252c3314bdbd392aaa2e8febedfda6e09
parent9bc1ac00d8b356f6f34fe7b2057a15a9247786a2 (diff)
downloadvirtualenv-6845f6f2660fc786c92a01e077b4ae07a87d5a6b.tar.gz
Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.3 (#2464)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.1 to 1.6.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.6.1...v1.6.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 00a95f9..61e34bf 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -190,7 +190,7 @@ jobs:
- name: Build sdist and wheel
run: python -m build -s -w . -o dist
- name: Publish to PyPi
- uses: pypa/gh-action-pypi-publish@v1.6.1
+ uses: pypa/gh-action-pypi-publish@v1.6.3
with:
skip_existing: true
user: __token__