We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921d471 commit c3da876Copy full SHA for c3da876
.github/workflows/publish.yaml
@@ -72,10 +72,10 @@ jobs:
72
file_glob: true
73
- name: Publish package distributions to PyPI
74
if: ${{ steps.check-tag.outputs.match != '' }}
75
- uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
+ uses: pypa/gh-action-pypi-publish@61da13deb5f5124fb1536194f82ed3d9bbc7e8f3 # v1.12.0
76
- name: Publish package distributions to TestPyPI
77
if: ${{ steps.check-tag.outputs.match == '' }}
78
79
with:
80
repository-url: https://test.pypi.org/legacy/
81
verbose: true
0 commit comments