Sdk publish fixes
This commit is contained in:
@@ -28,14 +28,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
cd ./backend/app_sdk
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install build
|
pip install build
|
||||||
working-directory: ./backend/app_sdk
|
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build
|
run: |
|
||||||
working-directory: ./backend/app_sdk
|
cd ./backend/app_sdk
|
||||||
|
python -m build
|
||||||
|
|
||||||
|
#- name: Move build artifacts
|
||||||
|
# run: mv ./backend/app_sdk/dist/* ./dist/
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
uses: pypa/gh-action-pypi-publish@v1.10.2
|
uses: pypa/gh-action-pypi-publish@v1.10.2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user