File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
run : npm install --also=dev
189
189
190
190
- name : package
191
- run : poetry run npm- run package
191
+ run : poetry run npm run package
192
192
193
193
- name : Upload VSCode package
194
194
uses : actions/upload-artifact@v2
@@ -275,7 +275,7 @@ jobs:
275
275
276
276
- name : get release notes
277
277
id : get_release_notes
278
- run : echo "::set-output name=release_notes::$(poetry run npm- run extract-release-notes)"
278
+ run : echo "::set-output name=release_notes::$(poetry run npm run extract-release-notes)"
279
279
280
280
- name : find assets
281
281
id : find_assets
@@ -335,7 +335,7 @@ jobs:
335
335
asset_content_type : application/whl
336
336
337
337
- name : publish vsix and python packages
338
- run : poetry run npm- run publish
338
+ run : poetry run npm run publish
339
339
env :
340
340
VSCE_PAT : ${{ secrets.VSCE_PAT }}
341
341
OVSX_PAT : ${{ secrets.OVSX_PAT }}
Original file line number Diff line number Diff line change @@ -48,12 +48,10 @@ classifiers = [
48
48
" Topic :: Text Editors :: Integrated Development Environments (IDE)" ,
49
49
]
50
50
51
- [tool .poetry .scripts ]
52
- npm-run =' scripts.npm_run:main'
53
51
54
52
[tool .poetry .dependencies ]
55
53
python = " ^3.8"
56
- robotframework = {version = " >=4.0.0" , allow-prereleases = false }
54
+ robotframework = { version = " >=4.0.0" , allow-prereleases = false }
57
55
58
56
59
57
[tool .poetry .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments