File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,8 @@ Rhodium.egg-info/
1313examples /Languages /C /src /boost_1_56_0 /
1414examples /Basic /* _results.csv
1515.DS_Store
16+ libtest.so
17+ test.dll
18+ test.o
19+ rhodium.cache
20+
Original file line number Diff line number Diff line change @@ -131,6 +131,19 @@ plt.show()
131131Check out the [ examples] ( https://github.com/Project-Platypus/Rhodium/tree/master/examples ) folder
132132to see Rhodium in action!
133133
134+ ## Publishing
135+
136+ To publish a new version to PyPI, use:
137+
138+ ``` bash
139+ python3 -m build
140+ python3 -m pip install --upgrade twine
141+
142+ # The following command publishes the build. Add `--repository testpypi` for testnig.
143+ # Use `__token__` for the username and the PyPI token to authenticate.
144+ python3 -m twine upload dist/*
145+ ```
146+
134147## References
135148
1361491 . Rhodium logo by Tyler Glaude, Creative Commons License, https://thenounproject.com/term/knight/30912/
Original file line number Diff line number Diff line change 1919__author__ = "David Hadka"
2020__copyright__ = "Copyright 2015, David Hadka"
2121__license__ = "GPLv3"
22- __version__ = "1.2 .0"
22+ __version__ = "1.3 .0"
2323__maintainer__ = "David Hadka"
2424__email__ = "dhadka@users.noreply.github.com"
2525__status__ = "Development"
You can’t perform that action at this time.
0 commit comments