Skip to content

Commit c8ac7e6

Browse files
authored
ci: Add condition to PyPI publish step in release workflow (#4585)
Add condition to PyPI publish step in release workflow
1 parent 348a7c2 commit c8ac7e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
echo "Server terminated successfully"
104104
fi
105105
- name: Publish to PyPI
106+
if: steps.check-version.outputs.skipped == 'false'
106107
env:
107108
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
108109
run: |

0 commit comments

Comments
 (0)