summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-23 07:42:09 -0700
committerGitHub <noreply@github.com>2023-03-23 07:42:09 -0700
commitf41c2cdf9f866be8a569f9f5f09f6c0a3dac9713 (patch)
tree95fd5482d488612592fdd323abdd1df438eb4ae6
parentf942b9134e5d1023b782cce52bd7a702333151f7 (diff)
downloadtox-git-f41c2cdf9f866be8a569f9f5f09f6c0a3dac9713.tar.gz
Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#2956)
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 7f9e72cb..c4a8f0c7 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.1
+ uses: pypa/gh-action-pypi-publish@v1.8.3
with:
skip_existing: true
user: __token__