Skip to content

Commit

Permalink
Fix publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriochaves committed Sep 27, 2023
1 parent 0bd1504 commit aa2a017
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -32,7 +32,9 @@ jobs:
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}

- name: Install dependencies
run: make install
run: |
make install
pip install build
- name: Build package
run: python -m build
Expand Down

0 comments on commit aa2a017

Please sign in to comment.