Skip to content

Commit f958078

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 (#1113)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52d7f91 commit f958078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install build
2323
python -m build
2424
- name: Publish release to PyPI
25-
uses: pypa/[email protected].0
25+
uses: pypa/[email protected].2
2626
with:
2727
user: __token__
2828
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)