Skip to content

Commit 951740c

Browse files
committed
build: add poetry build
1 parent 19a0a0b commit 951740c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
uses: actions/setup-python@v3
5757
with:
5858
python-version: '3.x'
59+
- name: Build package
60+
run: |
61+
poetry build
5962
- name: Publish package
6063
env:
6164
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}

0 commit comments

Comments
 (0)