We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba89b41 commit 4bd08a2Copy full SHA for 4bd08a2
README.rst
@@ -89,3 +89,10 @@ Running the tests
89
pip install tox
90
tox
91
92
+Releasing a new version
93
+-----------------------
94
+
95
+1. Bump version in `setup.py`
96
+2. Build distribution with `python setup.py sdist bdist_wheel`
97
+3. Upload to Pypi with `twine upload dist/*`
98
+4. Verify the new version was uploaded at https://pypi.org/project/junit-xml/#history
0 commit comments