File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 2828 python-version : 3.8
2929 - name : Install Python dependencies
3030 run : python -m pip install dash[dev] flit invoke semver termcolor
31- - name : Publish release to npm
32- run : npm publish
33- env :
34- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
31+ - uses : JS-DevTools/npm-publish@v1
32+ with :
33+ token : ${{ secrets.NPM_TOKEN }}
3534 - name : Publish release to PyPI
3635 run : flit publish
3736 env :
8584 python-version : 3.8
8685 - name : Install Python dependencies
8786 run : python -m pip install dash[dev] flit invoke semver termcolor
88- - name : Publish prerelease to npm
89- run : npm publish
90- env :
91- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
87+ - uses : JS-DevTools/npm-publish@v1
88+ with :
89+ token : ${{ secrets.NPM_TOKEN }}
9290 - name : Publish prerelease to PyPI
9391 run : flit publish
9492 env :
You can’t perform that action at this time.
0 commit comments