Skip to content

Commit 736a7d3

Browse files
committed
Fixing poetry publish error.
1 parent 7072a37 commit 736a7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
architecture: x64
1414
- run: pip install poetry==1.6.1
1515
- run: poetry build
16-
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }} --build
16+
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)