Skip to content

Commit 5949d33

Browse files
Nate Schmitznaschmitz
Nate Schmitz
authored andcommitted
publish-to-pypi: Upgrade pypa/gh-action-pypi-publish to see if it fixes package upload issue.
PiperOrigin-RevId: 740009978
1 parent f18479f commit 5949d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: releases
7979
path: dist
8080
- name: Publish package to PyPI
81-
uses: pypa/gh-action-pypi-publish@v1.8.13
81+
uses: pypa/gh-action-pypi-publish@v1.12.4
8282
with:
8383
user: __token__
8484
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)