Skip to content

Commit e76c70a

Browse files
Update pypa/gh-action-pypi-publish action to v1.14.0
1 parent d7ac150 commit e76c70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- name: "Run Poetry Build"
232232
run: "poetry build"
233233
- name: "Push to PyPI"
234-
uses: "pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc" # v1.12.4
234+
uses: "pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b" # v1.14.0
235235
with:
236236
user: "__token__"
237237
password: "${{ secrets.PYPI_API_TOKEN }}"

0 commit comments

Comments
 (0)