Skip to content

Commit b582771

Browse files
authored
Update python-publish.yml
1 parent 7ad08a7 commit b582771

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# or
112112
pip install cryptofuzz==${{ env.NEW_VERSION }}
113113
```
114-
#### upgrade : `pip install cryptofuzz --upgrade`
114+
##### upgrade : `pip install cryptofuzz --upgrade`
115115
116116
---
117117
@@ -123,13 +123,18 @@ jobs:
123123
pip3 install cryptofuzz==${{ env.NEW_VERSION }}
124124
```
125125
126-
#### upgrade : `pip3 install cryptofuzz --upgrade`
126+
##### upgrade : `pip3 install cryptofuzz --upgrade`
127127
128128
---
129+
130+
- [Documentation](https://cryptofuzz.readthedocs.io/)
131+
- [PyPi Package](https://pypi.org/project/CryptoFuzz/${{ env.NEW_VERSION }}/
132+
- [PyPi History](https://pypi.org/project/CryptoFuzz/${{ env.NEW_VERSION }}/#history)
133+
- [Description Package](https://pypi.org/project/CryptoFuzz/${{ env.NEW_VERSION }}/#description)
134+
- [Use Git Clone](https://github.com/Pymmdrza/cryptoFuzz#git)
129135
130136
Programmer and Owner : @Pymmdrza
131-
132-
Official Website : [Mmdrza.Com](https://mmdrza.com) | Support : [Mmdrza.support](https://mmdrza.support)
137+
133138
files: |
134139
dist/cryptofuzz-${{ env.NEW_VERSION }}.tar.gz
135140
dist/CryptoFuzz-${{ env.NEW_VERSION }}-py3-none-any.whl

0 commit comments

Comments
 (0)