Skip to content

Commit

Permalink
Merge pull request #144 from EDITD/fix_gh_releasing
Browse files Browse the repository at this point in the history
Install build dependencies for release workflow
  • Loading branch information
gchazot authored Mar 3, 2023
2 parents baafc8a + 77b23bb commit 734f29c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install build dependencies
run: |
pip install build
- name: Build package
run: python -m build
- name: Publish Package
Expand Down

0 comments on commit 734f29c

Please sign in to comment.