We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ac150 commit e76c70aCopy full SHA for e76c70a
.github/workflows/ci.yml
@@ -231,7 +231,7 @@ jobs:
231
- name: "Run Poetry Build"
232
run: "poetry build"
233
- name: "Push to PyPI"
234
- uses: "pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc" # v1.12.4
+ uses: "pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b" # v1.14.0
235
with:
236
user: "__token__"
237
password: "${{ secrets.PYPI_API_TOKEN }}"
0 commit comments