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 28
28
python-version : 3.8
29
29
- name : Install Python dependencies
30
30
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 }}
35
34
- name : Publish release to PyPI
36
35
run : flit publish
37
36
env :
85
84
python-version : 3.8
86
85
- name : Install Python dependencies
87
86
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 }}
92
90
- name : Publish prerelease to PyPI
93
91
run : flit publish
94
92
env :
You can’t perform that action at this time.
0 commit comments