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 e7aec72 commit 6567d06
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,2 +1,3 @@
build==1.2.1
coverage==7.6.1
twine==5.1.1

0 comments on commit 6567d06

Please sign in to comment.