Skip to content

Commit

Permalink
fix: add poetry build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Dec 16, 2023
1 parent 216af35 commit ef91e27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,17 @@ jobs:
- name: Install package
run: poetry install


# This action uses Python Semantic Release v8
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build package
run: poetry build

- name: Publish package distributions to PyPI
id: pypi-publish

Expand Down

0 comments on commit ef91e27

Please sign in to comment.