Skip to content

Commit b2f6376

Browse files
committed
build
1 parent e455f7a commit b2f6376

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
ref: ${{ github.head_ref || github.ref_name }}
1414
token: ${{ secrets.GALILEO_AUTOMATION_GITHUB_TOKEN }}
1515

16+
- name: Build Package
17+
# if: steps.release.outputs.released == 'true'
18+
run: |
19+
pipx install poetry==${{ vars.POETRY_V2_VERSION }}
20+
poetry build
21+
1622
- name: Publish Package to PyPI
1723
# if: steps.release.outputs.released == 'true'
1824
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)