Again lol

This commit is contained in:
Frikky
2024-11-12 12:28:38 +01:00
parent 63fd7737b2
commit 7681ca3c22
+3 -3
View File
@@ -37,8 +37,9 @@ jobs:
cd ./backend/app_sdk
python -m build
#- name: Move build artifacts
# run: mv ./backend/app_sdk/dist/* ./dist/
- name: Move build artifacts
run: mv ./backend/app_sdk/dist/* ./dist/
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.10.2
with:
@@ -48,5 +49,4 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}
env:
ACTIONS_STEP_DEBUG: true # Enables debug mode for this step
working-directory: ./backend/app_sdk