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 4937747 commit 2484c5cCopy full SHA for 2484c5c
.github/workflows/pyodide.yml
@@ -52,8 +52,8 @@ jobs:
52
# Activate the virtual environment
53
source .venv-pyodide/bin/activate
54
55
- pip install "setuptools>=70.0.0" PyYAML click packaging pytest
56
- python -m pip install --no-build-isolation -e .
+ python -m pip install "setuptools>=70.0.0" PyYAML click packaging pytest
+ python -m pip install -e .
57
- name: Test stopit
58
run: |
59
python -c "import sys; print(sys.path); import your_package_name"
setup.py
@@ -11,7 +11,7 @@
11
import os
12
from setuptools import setup, find_packages
13
14
-version = '1.1.2'
+version = '1.2dev0'
15
16
this_directory = os.path.abspath(os.path.dirname(__file__))
17
0 commit comments