Skip to content

Commit 9736870

Browse files
nambrosiniAmbro17
authored andcommitted
🚀 Add target to publish to pypi
1 parent 008c38e commit 9736870

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ docs:
2222
# Remove nested dir as github pages expects an index.html on docs folder \
2323
cp -r docs/schemadiff/* docs && rm -rf docs/schemadiff && echo "📚 Docs updated successfully ✨"
2424

25+
publish:
26+
pip install --upgrade setuptools wheel && \
27+
python3 setup.py sdist bdist_wheel && \
28+
python3 -m pip install --upgrade twine && \
29+
python3 -m twine upload dist/*
30+

0 commit comments

Comments
 (0)