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 a7a2d99 commit 68f1424Copy full SHA for 68f1424
.github/workflows/integration.yml
@@ -45,6 +45,7 @@ jobs:
45
- name: Build package
46
run: |
47
pip install wheel
48
+ git submodule update --init
49
python setup.py sdist bdist_wheel
50
- name: Publish
51
uses: pypa/gh-action-pypi-publish@v1.1.0
sphinx_copybutton/__init__.py
@@ -2,7 +2,7 @@
2
import os
3
from sphinx.util import logging
4
5
-__version__ = "0.2.12dev0"
+__version__ = "0.2.11"
6
7
logger = logging.getLogger(__name__)
8
0 commit comments