fix(release): upgrade npm for trusted publishing

This commit is contained in:
Armin Ronacher
2026-05-29 00:36:43 +02:00
parent abf07d0c4d
commit f3b4e1285c

View File

@@ -126,5 +126,10 @@ jobs:
- name: Verify release artifacts are committed
run: git diff --exit-code
- name: Upgrade npm for trusted publishing
run: |
npm install -g npm@11.16.0 --ignore-scripts
npm --version
- name: Publish npm packages
run: node scripts/publish.mjs