Skip to content

Commit 3d283d8

Browse files
authored
Update python-publish.yml
1 parent bda35b7 commit 3d283d8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,39 @@ jobs:
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

0 commit comments

Comments
 (0)