Skip to content

Commit 6d84981

Browse files
authored
Revert "RELEASE: v0.1.0" (#45)
1 parent 606d2bd commit 6d84981

3 files changed

Lines changed: 5 additions & 15 deletions

File tree

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
steps:
3636
- name: Checkout source
3737
uses: actions/checkout@v2
38-
- name: Set up Python 3.8
38+
- name: Set up Python 3.7
3939
uses: actions/setup-python@v1
4040
with:
41-
python-version: "3.8"
41+
python-version: 3.7
4242
- name: Build package
4343
run: |
44-
pip install build
45-
python -m build
44+
pip install wheel
45+
python setup.py sdist bdist_wheel
4646
- name: Publish
4747
uses: pypa/gh-action-pypi-publish@v1.1.0
4848
with:

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

sphinx_thebe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from docutils import nodes
1010
from sphinx.util import logging
1111

12-
__version__ = "0.1.0"
12+
__version__ = "0.0.10"
1313

1414
logger = logging.getLogger(__name__)
1515

0 commit comments

Comments
 (0)