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 02246dc commit 939b8f7Copy full SHA for 939b8f7
.github/workflows/pypi_publish.yml
@@ -159,7 +159,7 @@ jobs:
159
(github.event_name == 'push' &&
160
startsWith(github.ref, 'refs/tags/v')
161
) || github.event.inputs.publish_to_pypi == 'true'
162
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
163
164
publish_sdm:
165
name: Publish SDM to DockerHub
0 commit comments