Skip to content

Commit 79f795c

Browse files
authored
Merge pull request #8 from dcnieho/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.3
build(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
2 parents c8c4c7e + c314149 commit 79f795c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ jobs:
149149

150150
- name: Publish distribution 📦 to PyPI
151151
if: github.event_name == 'release' && github.event.action == 'published'
152-
uses: pypa/[email protected].2
152+
uses: pypa/[email protected].3
153153
with:
154154
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)