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 e455f7a commit b2f6376Copy full SHA for b2f6376
1 file changed
.github/workflows/publish.yaml
@@ -13,6 +13,12 @@ jobs:
13
ref: ${{ github.head_ref || github.ref_name }}
14
token: ${{ secrets.GALILEO_AUTOMATION_GITHUB_TOKEN }}
15
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
+
22
- name: Publish Package to PyPI
23
# if: steps.release.outputs.released == 'true'
24
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments