Skip to content

Commit 1797422

Browse files
committed
Adding command to create .toml file
1 parent 27e4afd commit 1797422

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
run: |
8282
curl -sSL https://install.python-poetry.org | python3 -
8383
echo "$HOME/.local/bin" >> $GITHUB_PATH
84-
84+
poetry convert-setup-py
85+
8586
- name: Set project version with Poetry
8687
run: |
8788
poetry version ${{ needs.details.outputs.new_version }}

0 commit comments

Comments
 (0)