Skip to content

Commit

Permalink
updated to 1.4.0 on pip and also changed upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
saleguas committed Apr 11, 2024
1 parent ee3ccbf commit 31817dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_pip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ del build /Q
del context_menu.egg-info /Q
del dist /Q
python setup.py sdist bdist_wheel
python -m twine upload dist/*
python -m twine upload --repository-url https://upload.pypi.org/legacy/ -u __token__ -p your_token_here dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This call to setup() does all the work
setuptools.setup(
name="context_menu",
version="1.3.0",
version="1.4.0",
description="Library to create cross-platform native context menus.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 31817dc

Please sign in to comment.