summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-14 07:42:13 -0700
committerGitHub <noreply@github.com>2023-03-14 07:42:13 -0700
commit5c3c58c5b0058524b3fc510f55ff443282659127 (patch)
tree898943d4805350fbee12923d0e6b1dcb0cad312c
parent78d1f642c0c6b3ee21998694303796811fa3ced0 (diff)
downloadtox-git-5c3c58c5b0058524b3fc510f55ff443282659127.tar.gz
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#2940)
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 4a25b76c..7c243d22 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -97,7 +97,7 @@ jobs:
- name: Build package
run: pyproject-build -s -w . -o dist
- name: Publish to PyPI
- uses: pypa/gh-action-pypi-publish@v1.6.4
+ uses: pypa/gh-action-pypi-publish@v1.7.1
with:
skip_existing: true
user: __token__