Skip to content

Commit

Permalink
Remove DEV env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroesLament committed Aug 6, 2023
1 parent 8113966 commit 07744ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install build setuptools poetry
- name: Build and publish
env:
POETRY_HTTP_BASIC_DEV_USERNAME: ${{ secrets.PYPI_USERNAME }}
POETRY_HTTP_BASIC_DEV_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
POETRY_HTTP_BASIC_USERNAME: ${{ secrets.PYPI_USERNAME }}
POETRY_HTTP_BASIC_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
poetry publish --build

0 comments on commit 07744ed

Please sign in to comment.