We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f019f commit b61684cCopy full SHA for b61684c
1 file changed
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
name: "distfiles"
65
path: "dist/"
66
- name: "Publish package distributions to PyPI"
67
- uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0
+ uses: "pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b" # v1.14.0
68
## Used for networktocode org since trusted publisher isn't supported for GitHub Plan.
69
with:
70
user: "__token__"
0 commit comments