Skip to content

Commit

Permalink
Use twine instead of "setup.py upload"
Browse files Browse the repository at this point in the history
  • Loading branch information
marselester committed Mar 14, 2023
1 parent eda4f77 commit 6d054cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ test:
tox

pypi:
python setup.py sdist upload
python setup.py sdist
python -m twine upload dist/*
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
====================
=====================
JSON log formatter 🪵
====================
=====================

The library helps you to store logs in JSON format. Why is it important?
Well, it facilitates integration with **Logstash**.
Expand Down

0 comments on commit 6d054cb

Please sign in to comment.