Skip to content

Commit

Permalink
Use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
FPA-AkshayGollahalli committed Oct 26, 2023
1 parent 7240f60 commit 803eaaa
Show file tree
Hide file tree
Showing 6 changed files with 463 additions and 439 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install pipx
pipx install poetry
- name: Build package
run: python -m build --wheel
run: poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
run: |
poetry config pypi-token.pypi "$user" "$password"
poetry publish
env:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
17 changes: 0 additions & 17 deletions Pipfile

This file was deleted.

Loading

0 comments on commit 803eaaa

Please sign in to comment.