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 72eb7cb commit 7da9f68Copy full SHA for 7da9f68
.github/workflows/pr-preview.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Publish to Test PyPI
59
if: steps.version_check.outputs.exists != 'true'
60
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
61
with:
62
repository-url: https://test.pypi.org/legacy/
63
verbose: true
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Publish to PyPI
56
if: steps.version_check.outputs.pypi_exists != 'true'
- name: Verify package is installable
id: verify_package
0 commit comments