Thanks to visit codestin.com
Credit goes to github.com

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

Commit e9de660

Browse files
committed
Added publish makefile command
1 parent eb90910 commit e9de660

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ test:
1515

1616
build:
1717
python3 setup.py sdist bdist_wheel
18-
PACKAGE_NAME=nftlabs-sdk python3 setup.py sdist bdist_wheel
18+
PACKAGE_NAME=nftlabs-sdk python3 setup.py sdist bdist_wheel
19+
20+
publish:
21+
twine upload dist/*

0 commit comments

Comments
 (0)