Skip to content

Commit 81fd66a

Browse files
authored
Merge pull request #24 from sandrotosi/patch-1
2 parents 3b3f238 + 9c64202 commit 81fd66a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
with:
1919
python-version: 3.7
2020

21-
- name: Install dask-sphinx-theme
21+
- name: Install mpl-sphinx-theme
2222
run: |
2323
python -m pip install --upgrade pip
2424
python -m pip install -e .
2525
26-
- name: Build dask-sphinx-theme dist
26+
- name: Build mpl-sphinx-theme dist
2727
run: |
2828
python -m pip install wheel twine
2929
python setup.py sdist bdist_wheel
3030
31-
- name: Publish dask-sphinx-theme
31+
- name: Publish mpl-sphinx-theme
3232
uses: pypa/gh-action-pypi-publish@master
3333
with:
3434
user: __token__

0 commit comments

Comments
 (0)