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 9130b35 commit acb6630Copy full SHA for acb6630
.github/workflows/pypi_publish.yml
@@ -146,7 +146,7 @@ jobs:
146
(github.event_name == 'push' &&
147
startsWith(github.ref, 'refs/tags/v')
148
) || github.event.inputs.publish_to_pypi == 'true'
149
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.12.2
150
151
publish_sdm:
152
name: Publish SDM to DockerHub
0 commit comments