Skip to content

Commit 88fca89

Browse files
authored
fix(release): override build_command and include PYTHON_PATH (#834)
1 parent 6b382dd commit 88fca89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
github_token: ${{ secrets.ADMIN_TOKEN }} # Use the new token for authentication
206206
git_committer_name: "OpenAdapt Bot"
207207
git_committer_email: "[email protected]"
208+
build_command: "pip install poetry && poetry env use $PYTHON_PATH/python3.10 && poetry build"
208209
- name: Upload release assets
209210
env:
210211
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)