Skip to content

Commit

Permalink
Fix release pipelin (#414)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
justinpolygon authored Mar 28, 2023
1 parent 98e155c commit 9d077b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
python-version: "3.10"
- name: Setup Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.1.13"
- name: Configure Poetry
run: poetry config pypi-token.pypi ${{ secrets.POETRY_HTTP_BASIC_PYPI_PASSWORD }}
- name: Install pypi deps
Expand Down

0 comments on commit 9d077b8

Please sign in to comment.