Skip to content

Commit 1cb295c

Browse files
author
samuel.oranyeli
committed
fix build issue
1 parent cc22073 commit 1cb295c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
- name: Build package
8787
run: |
8888
rm -f dist/*
89-
python setup.py sdist bdist_wheel
89+
pip install build
90+
python -m build
9091
9192
- name: Publish package
9293
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)