Skip to content

Commit

Permalink
Use poetry to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
bpiwowar committed Oct 27, 2023
1 parent 8825c58 commit bf8e5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools setuptools-scm wheel twine
pip install setuptools setuptools-scm wheel poetry
- name: Build and publish
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit bf8e5d1

Please sign in to comment.