Skip to content

Commit 3c06c36

Browse files
authored
Update PyPI deploy
1 parent 88e3937 commit 3c06c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-python@v2
1616

1717
- name: Create source distribution
18-
run: python setup.py sdist
18+
run: python -m build
1919

2020
- name: Publish distribution to PyPI
2121
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)