Skip to content

Commit 9d077b8

Browse files
Fix release pipelin (#414)
In #395 and #413 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. The impact here is that we have not released 1.8.x.
1 parent 98e155c commit 9d077b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
python-version: "3.10"
1818
- name: Setup Poetry
1919
uses: abatilo/actions-poetry@v2
20-
with:
21-
poetry-version: "1.1.13"
2220
- name: Configure Poetry
2321
run: poetry config pypi-token.pypi ${{ secrets.POETRY_HTTP_BASIC_PYPI_PASSWORD }}
2422
- name: Install pypi deps

0 commit comments

Comments
 (0)