File tree Expand file tree Collapse file tree 6 files changed +1
-20
lines changed
Expand file tree Collapse file tree 6 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -509,17 +509,3 @@ jobs:
509509 else
510510 echo "Not a release, skipping publish"
511511 fi
512- - name : Collect npm logs
513- if : always()
514- run : |
515- mkdir -p npm-logs
516- if [ -d "$HOME/.npm/_logs" ]; then
517- cp -a "$HOME/.npm/_logs/." npm-logs/
518- fi
519- - name : Upload npm logs
520- if : always()
521- uses : actions/upload-artifact@v4
522- with :
523- name : npm-logs
524- path : npm-logs
525- if-no-files-found : ignore
Original file line number Diff line number Diff line change 1818 },
1919 "publishConfig" : {
2020 "registry" : " https://registry.npmjs.org/" ,
21- "access" : " restricted" ,
2221 "scope" : " @platformatic"
2322 },
2423 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1818 },
1919 "publishConfig" : {
2020 "registry" : " https://registry.npmjs.org/" ,
21- "access" : " restricted" ,
2221 "scope" : " @platformatic"
2322 },
2423 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1818 },
1919 "publishConfig" : {
2020 "registry" : " https://registry.npmjs.org/" ,
21- "access" : " restricted" ,
2221 "scope" : " @platformatic"
2322 },
2423 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1818 },
1919 "publishConfig" : {
2020 "registry" : " https://registry.npmjs.org/" ,
21- "access" : " restricted" ,
2221 "scope" : " @platformatic"
2322 },
2423 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @platformatic/python-node" ,
33 "description" : " Run ASGI-compatible Python apps in Node.js" ,
4- "version" : " 0.1.10 " ,
4+ "version" : " 1.0.0 " ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
77 "napi" : {
1414 },
1515 "publishConfig" : {
1616 "registry" : " https://registry.npmjs.org/" ,
17- "access" : " restricted" ,
1817 "scope" : " @platformatic"
1918 },
2019 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments