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 a1d4cdf commit dc63eeb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ jobs:
name: Build wheels and src
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: "0"

- name: Install
- name: install build
run: python -m pip install build pytest --user
- name: Build wheels
- name: build wheel
run: python -m build --sdist --wheel
- name: Test wheel
- name: test wheel
run: python -m pytest
- name: upload wheel and src
- name: upload wheel
uses: actions/upload-artifact@v3
with:
path: dist/
Expand Down

0 comments on commit dc63eeb

Please sign in to comment.