File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,8 @@ Rhodium.egg-info/
13
13
examples /Languages /C /src /boost_1_56_0 /
14
14
examples /Basic /* _results.csv
15
15
.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()
131
131
Check out the [ examples] ( https://github.com/Project-Platypus/Rhodium/tree/master/examples ) folder
132
132
to see Rhodium in action!
133
133
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
+
134
147
## References
135
148
136
149
1 . Rhodium logo by Tyler Glaude, Creative Commons License, https://thenounproject.com/term/knight/30912/
Original file line number Diff line number Diff line change 19
19
__author__ = "David Hadka"
20
20
__copyright__ = "Copyright 2015, David Hadka"
21
21
__license__ = "GPLv3"
22
- __version__ = "1.2 .0"
22
+ __version__ = "1.3 .0"
23
23
__maintainer__ = "David Hadka"
24
24
__email__ = "dhadka@users.noreply.github.com"
25
25
__status__ = "Development"
You can’t perform that action at this time.
0 commit comments