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 0257fb0 commit 4c0ec5dCopy full SHA for 4c0ec5d
.github/workflows/build-sphinx.yml
@@ -102,9 +102,7 @@ jobs:
102
working-directory: doc
103
104
- name: Set a project number to current release
105
- run: |
106
- export PROJECT_NUMBER=$(git describe --tags --abbrev=0)
107
- echo PROJECT_NUMBER=${PROJECT_NUMBER}
+ run: export PROJECT_NUMBER=$(git describe --tags --abbrev=0)
108
109
# https://github.com/marketplace/actions/doxygen-action
110
- name: Build backend docs
setup.py
@@ -20,9 +20,11 @@
20
with open("README.md") as f:
21
__readme_file__ = f.read()
22
23
+
24
def _get_cmdclass():
25
return versioneer.get_cmdclass()
26
27
28
CLASSIFIERS = """\
29
Development Status :: 4 - Beta
30
Intended Audience :: Science/Research
0 commit comments