File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ keywords:
17
17
- file
18
18
- rocket
19
19
license : MIT
20
- version : 0.0.5
20
+ version : 0.0.6
Original file line number Diff line number Diff line change @@ -182,9 +182,13 @@ Contributions are welcome. Please open an issue to discuss what you would like t
182
182
183
183
### Publish to Pypi
184
184
185
+ *** Local:***
185
186
``` shell
186
187
python -m pip install build twine
187
188
python3 -m build
188
189
twine check dist/*
189
190
twine upload dist/*
190
- ```
191
+ ```
192
+
193
+ *** Live:***
194
+ No need do nothing GitHub have Workflow action its publish auto
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " Rocket-Store"
7
- version = " 0.0.5 "
7
+ version = " 0.0.6 "
8
8
authors = [
9
9
{ name =" Anton Sychev" , email =" anton@sychev.xyz" },
10
10
]
Original file line number Diff line number Diff line change 11
11
__title__ = "RocketStore"
12
12
__description__ = "Rocket Store (Python) - Fast and Simple Database"
13
13
__url__ = "https://github.com/klich3/rocket-store-python"
14
- __version__ = "0.0.5 "
15
- __build__ = 0x000020
14
+ __version__ = "0.0.6 "
15
+ __build__ = 0x000022
16
16
__author__ = "Anton Sychev"
17
17
__author_email__ = "anton@sychev.xyz"
18
18
__copyright__ = "Copyright Simon Riget"
You can’t perform that action at this time.
0 commit comments