Skip to content

Commit

Permalink
Added build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KanishkNavale committed Aug 29, 2021
1 parent c26c7db commit f4893ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install builds
run: |
pip install --upgrade build
- name: Build wheels
run: python -m build
- name: Install twine
Expand Down

0 comments on commit f4893ce

Please sign in to comment.