Skip to content

Commit e52a233

Browse files
authored
Merge pull request #36 from MilagrosMarin/main
2 parents 44f63b5 + 97e34ca commit e52a233

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

.github/workflows/release.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ on:
44
jobs:
55
make_github_release:
66
uses: datajoint/.github/.github/workflows/make_github_release.yaml@main
7-
pypi_release:
8-
needs: make_github_release
9-
uses: datajoint/.github/.github/workflows/pypi_release.yaml@main
10-
secrets:
11-
TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
12-
TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
13-
with:
14-
UPLOAD_URL: ${{needs.make_github_release.outputs.release_upload_url}}
7+
# pypi_release:
8+
# needs: make_github_release
9+
# uses: datajoint/.github/.github/workflows/pypi_release.yaml@main
10+
# secrets:
11+
# TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
12+
# TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
13+
# with:
14+
# UPLOAD_URL: ${{needs.make_github_release.outputs.release_upload_url}}
1515
mkdocs_release:
1616
uses: datajoint/.github/.github/workflows/mkdocs_release.yaml@main
17-
permissions:
17+
permissions:
1818
contents: write
1919
devcontainer-build:
2020
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
2121
devcontainer-publish:
22-
needs:
22+
needs:
2323
- devcontainer-build
2424
uses: datajoint/.github/.github/workflows/devcontainer-publish.yaml@main
2525
secrets:
2626
DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
27-
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}
27+
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN_FOR_ELEMENTS}}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.2.2] - 2024-05-12
7+
8+
+ Fix - Fix docs by updating `mkdocs`
9+
+ Update - Remove the `pypi_release` from `release.yaml`
10+
611
## [0.2.1] - 2024-05-12
712
+ Fix - Links in README
813
+ Update - README and docs

docs/mkdocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ plugins:
9393
default_handler: python
9494
handlers:
9595
python:
96+
paths: [../]
9697
options:
9798
members_order: source
9899
group_by_category: false

element_facemap/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata."""
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)