File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ deploy:
14
14
secure : FGaR4Ig0sASWrUzudUnSmhwC3FoXWWOzYDWQ0iaWpJIPFOUg7EZ18YmDThoK0LHFacnJX8c4cGBEjcoLCG/oTUM/JZ7OQlo4U2zaqe/+xra7FL9pZMTv4OSelem6XfAvS/oV2Hw8vDGQ6N2QMryTcDkqbrxV2jshu9kth9sRIMXcpDBiDL/FURDxCWoVmIKwbpAr+eXXApjG0rdjmPIliGYNeRHdbaJzJV3U3i57Ur2WRH+gMuM4l1DODCrpfcPESzjyIRSS2XalWTC9BB4/6ssanl/VHP+QP0Pwnwyr7CIP9Cwxp0x9w4mhzOrpGAaDoCv0tVmPvOhknxoZ2DtoNgNEx3G1HCV5LNrJJ8sc6w0Cj0k5vHVflekweIP+2ZRLlUmM2cAXAz8+q0W1C2TQpGfY4zYQ1KBOt5Anqv7cVVqNKfYpPmO8yxfl2FZGe2s92JlLznfRn4T8oKvKijtc5tl8zRITq+M0OdcKR6HS+UPmXxHFDYYRt1n4unJEREKRh9nj64AeKAeI1PV1uJLoEK0ccjJ5InJyMw3OsAhS5rMvtDljFsSt4Rk75ILHMpLSlEtcSeqVXgs/3DD0DBzCvMii9uaInc5sepAb0x5S/2C5FdcoraVMR0LNyfvalfZ7EDUWSxdNzxXzY+0sTMwTwsGEEyGD7bVpUUzGSuO7tA0=
15
15
skip_cleanup : true
16
16
on :
17
- all_branches : true
17
+ tags : true
18
18
python : 3.6
Original file line number Diff line number Diff line change 8
8
with open ('README.rst' ) as readme_file :
9
9
readme = readme_file .read ()
10
10
11
- with open ('README.md ' ) as history_file :
11
+ with open ('HISTORY.rst ' ) as history_file :
12
12
history = history_file .read ()
13
13
14
14
# requirements = ["certifi==2019.11.28",
51
51
test_suite = 'tests' ,
52
52
tests_require = test_requirements ,
53
53
url = 'https://github.com/shlomikushchi/simple_pastebin_parser' ,
54
- version = 'v0.3.2 ' ,
54
+ version = 'v0.3.3 ' ,
55
55
zip_safe = False ,
56
56
)
You can’t perform that action at this time.
0 commit comments