Skip to content

Commit 1f456a4

Browse files
chore(deps): update pypa/gh-action-pypi-publish action to v1.9.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a028624 commit 1f456a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
rm -fr ${distrib}
3838
popd >/dev/null || exit
3939
- name: Publish a Python distribution to PyPI
40-
uses: pypa/gh-action-pypi-publish@v1.8.14
40+
uses: pypa/gh-action-pypi-publish@v1.9.0
4141
with:
4242
user: __token__
4343
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)