Skip to content

Commit 9880a3b

Browse files
authored
Fixed release workflow (#242)
fixed release workflow
1 parent 0836710 commit 9880a3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
python-version: '3.10'
2222
poetry-version: '1.8.2'
2323

24+
- name: Build Artifacts
25+
run: poetry build
26+
2427
- name: PyPi Release
2528
env:
2629
POETRY_HTTP_BASIC_PYPI_USERNAME: "__token__"

0 commit comments

Comments
 (0)