Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 153b48a

Browse files
committed
makefile: remove tmp changes
1 parent e114f71 commit 153b48a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ test_email: # Test Send Email
88
python -m unittest tests.TestSendEmail
99

1010
build: # Build distribution for SDK
11-
python3 setup.py sdist bdist_wheel
11+
python setup.py sdist bdist_wheel
1212

1313
publish: # Publish the package to PyPI
14-
python3 -m twine upload dist/*
14+
python -m twine upload dist/*
1515

1616
clean: # Remove distribution packages
1717
rm -rf dist build deta.egg.egg-info

0 commit comments

Comments
 (0)