Skip to content

Commit c9e2b65

Browse files
ilyazubCopilot
andcommitted
Make GitHub Packages publish non-fatal (continue-on-error)
SSL hostname mismatch on upload.pypi.pkg.github.com blocks the smoke test even when PyPI publish succeeds. Mark the step continue-on-error so the smoke test always runs after a successful PyPI publish. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 90e6e47 commit c9e2b65

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
@@ -93,6 +93,7 @@ jobs:
9393
run: twine upload dist/*
9494

9595
- name: Publish to GitHub Packages
96+
continue-on-error: true
9697
env:
9798
TWINE_USERNAME: ${{ github.repository_owner }}
9899
TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)