Skip to content

Commit ac9718f

Browse files
fix: change poetry version to 1.2.1 (fixed #3)
1 parent 026de09 commit ac9718f

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,7 +13,7 @@ jobs:
1313
uses: JRubics/[email protected]
1414
with:
1515
python_version: "3.7"
16-
poetry_version: "==1.1.15"
16+
poetry_version: "==1.2.1"
1717
ignore_dev_requirements: "yes"
1818
repository_name: "bk-crypto-python-sdk"
1919
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)