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 8bd8b83 commit 354b6c9Copy full SHA for 354b6c9
.github/workflows/pr-preview.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Publish to Test PyPI
45
if: steps.version_check.outputs.exists != 'true'
46
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
47
with:
48
repository-url: https://test.pypi.org/legacy/
49
verbose: true
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Publish to PyPI
68
if: steps.version_check.outputs.pypi_exists != 'true'
69
70
71
- name: Set up QEMU
72
uses: docker/setup-qemu-action@v3
0 commit comments