We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd166a commit e85886fCopy full SHA for e85886f
.github/workflows/build.yml
@@ -100,14 +100,12 @@ jobs:
100
python setup.py sdist
101
102
- name: Publish to PyPI
103
- # https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.6.4
104
- uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
+ uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
105
with:
106
password: ${{ secrets.PYPI_API_TOKEN }}
107
108
- name: Release
109
- # https://github.com/softprops/action-gh-release/releases/tag/v0.1.14
110
- uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
+ uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d # master 2023-03-26
111
112
generate_release_notes: true
113
env:
0 commit comments