Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
justinpolygon committed Mar 28, 2023
1 parent 4b5a3ce commit cd08c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: "3.10"
- name: Setup Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.1.13"
- name: Configure Poetry
Expand Down

0 comments on commit cd08c75

Please sign in to comment.