summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-17 08:31:14 -0700
committerGitHub <noreply@github.com>2023-03-17 08:31:14 -0700
commit6dff08824e2239b15f3a2873fe55beed383eedb9 (patch)
treed40735c6cb750f5b57284b96e6f0beeb454cf2d6
parent947699505fbae9c650cafd74fc314939207cd300 (diff)
downloadtox-git-6dff08824e2239b15f3a2873fe55beed383eedb9.tar.gz
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#2950)
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 7c243d22..7f9e72cb 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.7.1
+ uses: pypa/gh-action-pypi-publish@v1.8.1
with:
skip_existing: true
user: __token__