Skip to content

Commit 754cc85

Browse files
authored
Fix links to signing examples
Windows and OSX were switched
1 parent fa82997 commit 754cc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Once signed, you can notarize your PKG with Apple's `notarytool`.
4949

5050
```{seealso}
5151
Example of a CI pipeline implementing:
52-
- [Signing on Windows](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L349)
53-
- [Signing](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L390) and [notarization](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L459) on macOS
52+
- [Signing on Windows](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L390)
53+
- [Signing](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L349) and [notarization](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L459) on macOS
5454
```
5555

5656
## Create shortcuts

0 commit comments

Comments
 (0)