Skip to content

Commit 9549f72

Browse files
committed
Adjust setup.py
1 parent ec07f8b commit 9549f72

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ def run(self):
9393

9494
self.status("Uploading the package to PyPI via Twine…")
9595
os.system("twine upload dist/*")
96-
97-
self.status("Pushing git tags…")
98-
vers: str = about["__version__"]
99-
os.system(f"git tag v{vers}")
100-
os.system("git push --tags")
10196
sys.exit()
10297

10398

0 commit comments

Comments
 (0)