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 1
1
regex >= 2020.11.13
2
- tqdm >= 4.51 .0
2
+ tqdm >= 4.52 .0
3
3
livereload == 2.6.3 ;python_version >= "3.6"
4
4
Markdown == 3.3.3
5
5
readme-renderer == 28.0
6
6
pymdown-extensions == 8.0.1
7
7
mkdocs == 1.1.2
8
- mkdocs-material == 6.1.4
8
+ mkdocs-material == 6.1.5
9
9
mkdocs-simple-hooks == 0.1.2
10
10
mkdocs-material-extensions == 1.0.1
11
11
mkdocs-minify-plugin == 0.3.0
Original file line number Diff line number Diff line change 49
49
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
50
50
os .system ("python -m pip install --upgrade 'twine>=1.15.0'" )
51
51
print ("\n *** Installing tqdm: *** (Required for PyPI uploads)\n " )
52
- os .system ("python -m pip install --upgrade 'tqdm>=4.51 .0'" )
52
+ os .system ("python -m pip install --upgrade 'tqdm>=4.52 .0'" )
53
53
print ("\n *** Publishing The Release to PyPI: ***\n " )
54
54
os .system ('python -m twine upload dist/*' ) # Requires ~/.pypirc Keys
55
55
print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
You can’t perform that action at this time.
0 commit comments