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.
2 parents 2778e1c + c1aae45 commit 5b95004Copy full SHA for 5b95004
.github/workflows/docs.yml
@@ -10,6 +10,7 @@ on:
10
- main
11
tags:
12
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
13
+ workflow_dispatch:
14
15
jobs:
16
build-docs:
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-name = napari_matplotlib
+name = napari-matplotlib
3
description = A plugin to use Matplotlib with napari
4
long_description = file: README.md
5
long_description_content_type = text/markdown
0 commit comments