Skip to content

Commit f43dcc8

Browse files
authored
ci: Publish a wheel, move on from deprecated setup.py usage (#230)
1 parent 16bf37e commit f43dcc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-pypi-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Build binary wheel and a source tarball
20-
run: python setup.py sdist
20+
run: |
21+
python -m pip install build
22+
python -m build
2123
2224
- name: Publish Package to Pypi
2325
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)