Skip to content

Commit

Permalink
Fixed release workflow (#242)
Browse files Browse the repository at this point in the history
fixed release workflow
  • Loading branch information
tomuben authored Sep 4, 2024
1 parent 0836710 commit 9880a3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
python-version: '3.10'
poetry-version: '1.8.2'

- name: Build Artifacts
run: poetry build

- name: PyPi Release
env:
POETRY_HTTP_BASIC_PYPI_USERNAME: "__token__"
Expand Down

0 comments on commit 9880a3b

Please sign in to comment.