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 11regex >= 2020.11.13
2- tqdm >= 4.55.1
2+ tqdm >= 4.55.2
33livereload == 2.6.3 ;python_version >= "3.6"
44Markdown == 3.3.3
55readme-renderer == 28.0
66pymdown-extensions == 8.1
77mkdocs == 1.1.2
8- mkdocs-material == 6.2.3
8+ mkdocs-material == 6.2.4
99mkdocs-simple-hooks == 0.1.2
1010mkdocs-material-extensions == 1.0.1
1111mkdocs-minify-plugin == 0.3.0
Original file line number Diff line number Diff line change 4949 print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
5050 os .system ("python -m pip install --upgrade 'twine>=1.15.0'" )
5151 print ("\n *** Installing tqdm: *** (Required for PyPI uploads)\n " )
52- os .system ("python -m pip install --upgrade 'tqdm>=4.55.1 '" )
52+ os .system ("python -m pip install --upgrade 'tqdm>=4.55.2 '" )
5353 print ("\n *** Publishing The Release to PyPI: ***\n " )
5454 os .system ('python -m twine upload dist/*' ) # Requires ~/.pypirc Keys
5555 print ("\n *** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n " )
You can’t perform that action at this time.
0 commit comments