Skip to content

Commit b047565

Browse files
authored
Fix GitHub publish action (#198)
1 parent 6853310 commit b047565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git fetch --tags
5757
git pull origin master
5858
pip install setuptools wheel twine
59-
python -m setup.py sdist bdist_wheel
59+
python -m setup sdist bdist_wheel
6060
- name: Publish package
6161
uses: pypa/gh-action-pypi-publish@master
6262
with:

0 commit comments

Comments
 (0)