Again lol
This commit is contained in:
@@ -37,8 +37,9 @@ jobs:
|
|||||||
cd ./backend/app_sdk
|
cd ./backend/app_sdk
|
||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
#- name: Move build artifacts
|
- name: Move build artifacts
|
||||||
# run: mv ./backend/app_sdk/dist/* ./dist/
|
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:
|
||||||
@@ -48,5 +49,4 @@ jobs:
|
|||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
env:
|
env:
|
||||||
ACTIONS_STEP_DEBUG: true # Enables debug mode for this step
|
ACTIONS_STEP_DEBUG: true # Enables debug mode for this step
|
||||||
working-directory: ./backend/app_sdk
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user