We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b382dd commit 88fca89Copy full SHA for 88fca89
.github/workflows/release-and-publish.yml
@@ -205,6 +205,7 @@ jobs:
205
github_token: ${{ secrets.ADMIN_TOKEN }} # Use the new token for authentication
206
git_committer_name: "OpenAdapt Bot"
207
git_committer_email: "[email protected]"
208
+ build_command: "pip install poetry && poetry env use $PYTHON_PATH/python3.10 && poetry build"
209
- name: Upload release assets
210
env:
211
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments