Skip to content

Commit

Permalink
chore(ci): use build to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 28, 2024
1 parent 153ca39 commit 168c86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m pip install --upgrade pip wheel
pip install -r requirements-test.txt
- name: build
run: python ./setup.py sdist bdist_wheel
run: python -m build
- name: twine
run: twine check dist/*
- name: Publish package
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r requirements.txt
build==1.2.1
pytest
pytest-cov
twine==5.1.1

0 comments on commit 168c86b

Please sign in to comment.