Skip to content

Commit a91a75b

Browse files
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#2524)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9501eac commit a91a75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: python -m build -s -w . -o dist
146146
- name: Publish to PyPi
147147
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository_owner == 'pypa'
148-
uses: pypa/gh-action-pypi-publish@v1.7.1
148+
uses: pypa/gh-action-pypi-publish@v1.8.1
149149
with:
150150
skip_existing: true
151151
user: __token__

0 commit comments

Comments
 (0)