Skip to content

Commit ee013b7

Browse files
committed
remove setup.py step in upload package to pypi
1 parent 7ccf9d1 commit ee013b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
if: startsWith(github.ref, 'refs/tags/')
3535
run: |
3636
pip install twine
37-
python setup.py sdist
3837
twine upload --skip-existing dist/*.tar.gz
3938
env:
4039
TWINE_USERNAME: "__token__"

0 commit comments

Comments
 (0)