File tree Expand file tree Collapse file tree 4 files changed +18
-12
lines changed Expand file tree Collapse file tree 4 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 44jobs :
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}}
Original file line number Diff line number Diff line change 33Observes [ 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11"""Package metadata."""
22
3- __version__ = "0.2.1 "
3+ __version__ = "0.2.2 "
You can’t perform that action at this time.
0 commit comments