-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
414 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ on: | |
paths: | ||
- "clients/python/**" | ||
branches: | ||
- canary | ||
- vscode-baml-release | ||
push: | ||
paths: | ||
- "clients/python/.bumpversion.cfg" | ||
branches: | ||
- canary | ||
- vscode-baml-release | ||
tags: | ||
- "release/py_client/v*.*.*" | ||
|
||
|
@@ -104,12 +104,11 @@ jobs: | |
Full Build: ${{ steps.hash.outputs.full_version }} | ||
Tarball: ${{ steps.hash.outputs.tarball_hash }} | ||
Wheel: ${{ steps.hash.outputs.whl_hash }} | ||
- name: Mint token | ||
id: mint | ||
uses: tschm/[email protected] | ||
|
||
- name: Install Poetry | ||
run: | | ||
pipx install poetry | ||
|
@@ -165,12 +164,12 @@ jobs: | |
- name: Mint token | ||
id: mint | ||
uses: tschm/[email protected] | ||
|
||
- name: Install Poetry | ||
run: | | ||
pipx install poetry | ||
- name: Publish the package with poetry | ||
run: | | ||
poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}' | ||
working-directory: clients/python | ||
working-directory: clients/python |
Oops, something went wrong.