Skip to content

Commit f67f84f

Browse files
Merge branch 'main' into troubleshoot-deploy
2 parents 47baf53 + 774d2b8 commit f67f84f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/manual-publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ jobs:
8383
if-no-files-found: warn
8484
retention-days: 14
8585

86+
87+
- name: Upload npm debug logs (on failure)
88+
if: failure() && steps.npm_publish.outcome == 'failure'
89+
uses: actions/upload-artifact@v4
90+
with:
91+
name: npm-debug-logs
92+
path: /home/runner/.npm/_logs/*
93+
if-no-files-found: warn
94+
retention-days: 14
95+
8696
publish-pypi:
8797
runs-on: ubuntu-latest
8898
if: ${{ github.event.inputs.package == 'python' || github.event.inputs.package == 'both' }}

0 commit comments

Comments
 (0)