Skip to content

Commit

Permalink
Update python-publish-public.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 authored Aug 19, 2023
1 parent 018261c commit 8f588f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build setuptools poetry
- name: Build and publish
env:
POETRY_HTTP_BASIC_DEV_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 8f588f8

Please sign in to comment.