fix artifact
This commit is contained in:
Родитель
29c6598862
Коммит
f3119ddb8b
|
@ -55,6 +55,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ./wheelhouse/*.whl
|
||||
name: wheels-artifact
|
||||
|
||||
- name: Build Source Distribution
|
||||
run: python setup.py sdist
|
||||
|
@ -63,5 +64,6 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ./dist/*.zip
|
||||
name: source-dist-artifact
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче