Skip to content

Commit

Permalink
start 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 22, 2023
1 parent 7687102 commit 806c5ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pygbag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path


__version__ = "0.7.2"
__version__ = "0.0.0"

# make aio available

Expand Down
1 change: 1 addition & 0 deletions pygbag/support/cross/aio/toplevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ async def get_repo_pkg(pkg_file, pkg, resume, ex):
pdb(f"failed to install {pkg_file}")
sys.print_exception(rx)

# let wasm compilation happen
await asyncio.sleep(0)

try:
Expand Down
1 change: 1 addition & 0 deletions pygbag/support/pythonrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ def unzip(cls, *argv, **env):

for zip in argv:
with zipfile.ZipFile(zip, "r") as zip_ref:
zip_ref.printdir()
zip_ref.extractall(os.getcwd())

@classmethod
Expand Down

0 comments on commit 806c5ae

Please sign in to comment.