File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
regex >= 2020.9.27
2
- tqdm >= 4.50.0
2
+ tqdm >= 4.50.2
3
3
livereload == 2.6.3 ;python_version >= "3.6"
4
+ Markdown == 3.3
4
5
pymdown-extensions == 8.0.1
5
6
mkdocs == 1.1.2
6
7
mkdocs-material == 6.0.2
Original file line number Diff line number Diff line change 44
44
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
45
45
os .system ("python -m pip install --upgrade 'twine>=1.15.0'" )
46
46
print ("\n *** Installing tqdm: *** (Required for PyPI uploads)\n " )
47
- os .system ("python -m pip install --upgrade 'tqdm>=4.50.0 '" )
47
+ os .system ("python -m pip install --upgrade 'tqdm>=4.50.2 '" )
48
48
print ("\n *** Publishing The Release to PyPI: ***\n " )
49
49
os .system ('python -m twine upload dist/*' ) # Requires ~/.pypirc Keys
50
50
print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
You can’t perform that action at this time.
0 commit comments