Skip to content

Commit

Permalink
Bring back the usage of passwords when publishing.
Browse files Browse the repository at this point in the history
Until it's supported by Poetry. See python-poetry/poetry#7940
  • Loading branch information
bryant1410 committed Oct 8, 2024
1 parent 7fd5608 commit 4ec14c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ jobs:
- name: Set up Poetry
uses: abatilo/actions-poetry@v3
- name: Build and publish
env:
POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: poetry publish --build

0 comments on commit 4ec14c9

Please sign in to comment.