Skip to content

Commit 6853310

Browse files
authored
Fix GitHub publish action (#197)
1 parent 5135d1d commit 6853310

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
git config --local user.name "GitHub Action"
5656
git fetch --tags
5757
git pull origin master
58-
python setup.py sdist bdist_wheel
58+
pip install setuptools wheel twine
59+
python -m setup.py sdist bdist_wheel
5960
- name: Publish package
6061
uses: pypa/gh-action-pypi-publish@master
6162
with:

0 commit comments

Comments
 (0)