We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4017727 commit b60be71Copy full SHA for b60be71
.github/workflows/release-cd.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build package
33
run: python -m build
34
- name: Publish package
35
- uses: pypa/gh-action-pypi-publish@20d40f69a1d306453777ffecb5a86860e850ba0f
+ uses: pypa/gh-action-pypi-publish@31b23f5a660aa0186e00cf381c491ff4edf3d002
36
with:
37
user: __token__
38
password: ${{ secrets.TWINE_TOKEN }}
0 commit comments