We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bf37e commit 8ca23cdCopy full SHA for 8ca23cd
1 file changed
.github/workflows/publish-pypi-package.yml
@@ -17,7 +17,9 @@ jobs:
17
fetch-depth: 0
18
19
- name: Build binary wheel and a source tarball
20
- run: python setup.py sdist
+ run: |
21
+ python -m pip install build
22
+ python -m build
23
24
- name: Publish Package to Pypi
25
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments