Skip to content

Commit 98e155c

Browse files
Fix release pipeline (#413)
In #395 we fixed a gitub action to support the poetry version that dependabot is using so we can parse the poetry.lock syntax. However, this broke the automated release pipeline to https://pypi.org/project/polygon-api-client/ since we needed to update it's ability to parse the new poetry.lock syntax too.
1 parent 4b5a3ce commit 98e155c

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: "3.10"
1818
- name: Setup Poetry
19-
uses: abatilo/actions-poetry@v2.0.0
19+
uses: abatilo/actions-poetry@v2
2020
with:
2121
poetry-version: "1.1.13"
2222
- name: Configure Poetry

0 commit comments

Comments
 (0)