Skip to content

Commit

Permalink
upload.bat + bug fix classfiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jun 9, 2024
1 parent 2960eca commit 2756094
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.12.1',
],
zip_safe=False,
python_requires=">=3.12",
Expand Down
12 changes: 12 additions & 0 deletions upload.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@echo off
py -3.12 -m pip install --upgrade pip
py -3.12 -m pip install setuptools twine
py -3.12 setup.py sdist

py -3.12 -m twine upload dist\*

rd /s /q ufpy.egg-info
rd /s /q dist
rd /s /q build

pause

0 comments on commit 2756094

Please sign in to comment.