We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47baf53 + 774d2b8 commit f67f84fCopy full SHA for f67f84f
1 file changed
.github/workflows/manual-publish.yml
@@ -83,6 +83,16 @@ jobs:
83
if-no-files-found: warn
84
retention-days: 14
85
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
96
publish-pypi:
97
runs-on: ubuntu-latest
98
if: ${{ github.event.inputs.package == 'python' || github.event.inputs.package == 'both' }}
0 commit comments