We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79960d8 commit b3d9c59Copy full SHA for b3d9c59
.github/workflows/publish-to-pypi.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
deploy:
12
13
- runs-on: ubuntu-latest
+ runs-on: windows-latest
14
15
steps:
16
- uses: actions/checkout@v2
scripts/CreateWindowsInstaller.cmd
@@ -40,6 +40,10 @@ python -m pip install tqdm
40
python -m pip install --user --upgrade twine
41
python setup.py bdist_wheel --dist-dir %BUILDFOLDER%
42
43
+REM Upload The binary package to pypi
44
+REM python -m twine upload %BUILDFOLDER%\*.whl
45
+
46
47
REM PACK ALL NEEDED FOLDERS AND FILES FOR TCL/TK
48
if not exist %OUTPUTFOLDER% mkdir %OUTPUTFOLDER%
49
if not exist %OUTPUTFOLDER%\tcl mkdir %OUTPUTFOLDER%\tcl
0 commit comments