Skip to content

Commit b3d9c59

Browse files
Try to make the pypi work in actions
1 parent 79960d8 commit b3d9c59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
deploy:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: windows-latest
1414

1515
steps:
1616
- uses: actions/checkout@v2

scripts/CreateWindowsInstaller.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ python -m pip install tqdm
4040
python -m pip install --user --upgrade twine
4141
python setup.py bdist_wheel --dist-dir %BUILDFOLDER%
4242

43+
REM Upload The binary package to pypi
44+
REM python -m twine upload %BUILDFOLDER%\*.whl
45+
46+
4347
REM PACK ALL NEEDED FOLDERS AND FILES FOR TCL/TK
4448
if not exist %OUTPUTFOLDER% mkdir %OUTPUTFOLDER%
4549
if not exist %OUTPUTFOLDER%\tcl mkdir %OUTPUTFOLDER%\tcl

0 commit comments

Comments
 (0)