Skip to content

Commit

Permalink
refs #89 move to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLim23 committed Apr 23, 2024
1 parent 38c37bd commit 3fa300f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ jobs:
with:
name: pyproject
- name: install build
run: python -m pip install build pytest
run: python -m pip install build
- name: build wheel
run: python -m build --sdist --wheel
- name: test wheel
run: python -m pytest
- name: upload wheel
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3fa300f

Please sign in to comment.