summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-07 07:58:52 -0800
committerGitHub <noreply@github.com>2022-12-07 07:58:52 -0800
commit17c5c1fa1890af35e87df73a2548fdfa75656ca5 (patch)
tree4bf0bb0d71bf3e505e92713b4624c38d0172a9d5
parentd36280d19192d021f6625c235f6714757749c7f0 (diff)
downloadtox-git-17c5c1fa1890af35e87df73a2548fdfa75656ca5.tar.gz
Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 (#2607)
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 b41b616c..43c6d09c 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -105,7 +105,7 @@ jobs:
- name: Build package
run: pyproject-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.4
with:
skip_existing: true
user: __token__