Skip to content

Commit

Permalink
Remove deprecated use of password for publishing with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Jun 18, 2024
1 parent dcd90e7 commit b1f036d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ 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 b1f036d

Please sign in to comment.