Skip to content

Commit a4f3aa4

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.6.4 (#12)
1 parent 7291045 commit a4f3aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
release-tag: ${{ needs.prepare.outputs.version }}
5858

5959
- name: Upload package to pypi
60-
uses: pypa/gh-action-pypi-publish@v1.5.1
60+
uses: pypa/gh-action-pypi-publish@v1.6.4
6161
with:
6262
user: ${{ secrets.PRIVATE_PYPI_USERNAME }}
6363
password: ${{ secrets.PRIVATE_PYPI_PASSWORD }}

0 commit comments

Comments
 (0)