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 3b3f238 commit 9c64202Copy full SHA for 9c64202
.github/.github/workflows/publish-pypi.yml
@@ -18,17 +18,17 @@ jobs:
18
with:
19
python-version: 3.7
20
21
- - name: Install dask-sphinx-theme
+ - name: Install mpl-sphinx-theme
22
run: |
23
python -m pip install --upgrade pip
24
python -m pip install -e .
25
26
- - name: Build dask-sphinx-theme dist
+ - name: Build mpl-sphinx-theme dist
27
28
python -m pip install wheel twine
29
python setup.py sdist bdist_wheel
30
31
- - name: Publish dask-sphinx-theme
+ - name: Publish mpl-sphinx-theme
32
uses: pypa/gh-action-pypi-publish@master
33
34
user: __token__
0 commit comments