Skip to content

Commit

Permalink
Removed build location changes
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Nov 12, 2024
1 parent 8e944a4 commit 3c9845a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,13 @@ jobs:

- name: Install dependencies
run: |
cd ./backend/app_sdk
python -m pip install --upgrade pip
pip install build
- name: Build package
run: |
cd ./backend/app_sdk
python -m build
- name: Move build artifacts
run: |
ls -alh
ls -alh ./backend/app_sdk
mv ./backend/app_sdk/dist ./dist
- name: Publish package
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit 3c9845a

Please sign in to comment.