Skip to content

Commit

Permalink
Fix links to signing examples
Browse files Browse the repository at this point in the history
Windows and OSX were switched
  • Loading branch information
m-kuhn authored Aug 10, 2023
1 parent fa82997 commit 754cc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Once signed, you can notarize your PKG with Apple's `notarytool`.

```{seealso}
Example of a CI pipeline implementing:
- [Signing on Windows](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L349)
- [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
- [Signing on Windows](https://github.com/napari/packaging/blob/6f5fcfaf7b/.github/workflows/make_bundle_conda.yml#L390)
- [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
```

## Create shortcuts
Expand Down

0 comments on commit 754cc85

Please sign in to comment.