"tests/vscode:/vscode.git/clone" did not exist on "6731ea3af775ee95404d99dc5a60d8d4f514f94d"
Commit 84acf85d authored by myhloli's avatar myhloli Committed by GitHub
Browse files

Update python-package.yml

parent f99149b8
...@@ -37,8 +37,9 @@ jobs: ...@@ -37,8 +37,9 @@ jobs:
run: | run: |
python setup.py bdist_wheel python setup.py bdist_wheel
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: wheel-file name: wheel-file
path: dist/*.whl path: dist/*.whl
retention-days: 30
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment