We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e4920 commit effa667Copy full SHA for effa667
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Use Node 22
36
uses: actions/setup-node@v6
37
with:
38
- node-version: 22
+ node-version: 24
39
registry-url: https://registry.npmjs.org/
40
41
- name: Install the latest version of uv
@@ -56,7 +56,7 @@ jobs:
56
- name: Build dash-bootstrap-components
57
run: just build
58
59
- - run: npm publish
+ - run: npm publish --provenance --access public
60
61
- name: Publish to PyPI
62
uses: pypa/gh-action-pypi-publish@v1.12.3
0 commit comments