summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-05 06:23:11 -0700
committerGitHub <noreply@github.com>2023-04-05 06:23:11 -0700
commitcad2c77bb1ecd69d9c5e214557184dc54b0d4a2d (patch)
treeae468301320dafa76f182f7b3831ee48e88168c3
parent8d8eba619b9e31c94fb8c09d2ab61223e935acd5 (diff)
downloadtox-git-release-4.4.9.tar.gz
Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 (#2971)release-4.4.9
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 c4a8f0c7..9c11a536 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.8.3
+ uses: pypa/gh-action-pypi-publish@v1.8.5
with:
skip_existing: true
user: __token__