Skip to content

Commit

Permalink
remove makefile tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Jul 17, 2024
1 parent 226028f commit 06f8625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
with:
cache: poetry

- name: Setup poetry
uses: abatilo/actions-poetry@v2

- name: Build package
run: make build
run: poetry build

- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build package
if: ${{ steps.release.outputs.release_created }}
run: make build
run: poetry build

- name: Publish package distributions to PyPI
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 06f8625

Please sign in to comment.