Commit 2d99ab4b by Arun Babu Neelicattu Committed by Steph Samson

ci: fix typo in release workflow

parent cb19dc05
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
run: echo "$HOME/.local/bin" >> $GITHUB_PATH run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Build project for distribution - name: Build project for distribution
run: poetry run poetry build run: poetry build
- name: Check Version - name: Check Version
id: check-version id: check-version
...@@ -48,4 +48,4 @@ jobs: ...@@ -48,4 +48,4 @@ jobs:
- name: Publish to PyPI - name: Publish to PyPI
env: env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: poetry run poetry publish run: poetry publish
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment