Skip to content

Commit

Permalink
ci: Add condition to PyPI publish step in release workflow (#4585)
Browse files Browse the repository at this point in the history
Add condition to PyPI publish step in release workflow
  • Loading branch information
ogabrielluiz authored Nov 13, 2024
1 parent 348a7c2 commit c8ac7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
echo "Server terminated successfully"
fi
- name: Publish to PyPI
if: steps.check-version.outputs.skipped == 'false'
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: |
Expand Down

0 comments on commit c8ac7e6

Please sign in to comment.