We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e3937 commit 3c06c36Copy full SHA for 3c06c36
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/setup-python@v2
16
17
- name: Create source distribution
18
- run: python setup.py sdist
+ run: python -m build
19
20
- name: Publish distribution to PyPI
21
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments