File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 9797 tag_name : " v${{ env.NEW_VERSION }}"
9898 name : " Release v${{ env.NEW_VERSION }}"
9999 body : |
100+ CryptoFuzz New Release `{{ env.NEW_VERSION }}`
101+
100102 New version of cryptoFuzz has been released!
101103 Check the latest features and updates in this release.
104+
105+ install and use CryptoFuzz with pip and pip3 follow command :
106+
107+ ### Windows
108+
109+ ```bash
110+ pip install cryptofuzz
111+ # or
112+ pip install cryptofuzz=={{ env.NEW_VERSION }}
113+ ```
114+ #### upgrade : `pip install cryptofuzz --upgrade`
115+
116+ ---
117+
118+ ### Linux & MacOS
119+
120+ ```bash
121+ pip3 install cryptofuzz
122+ # or
123+ pip3 install cryptofuzz=={{ env.NEW_VERSION }}
124+ ```
125+
126+ #### upgrade : `pip3 install cryptofuzz --upgrade`
127+
128+ ---
129+
130+ Programmer and Owner : @Pymmdrza
131+
132+ Official Website : Mmdrza.Com
102133 files : |
103134 dist/cryptofuzz-${{ env.NEW_VERSION }}.tar.gz
104135 dist/CryptoFuzz-${{ env.NEW_VERSION }}-py3-none-any.whl
You can’t perform that action at this time.
0 commit comments