File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 4
4
jobs :
5
5
make_github_release :
6
6
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}}
15
7
mkdocs_release :
16
8
uses : datajoint/.github/.github/workflows/mkdocs_release.yaml@main
17
9
permissions :
Original file line number Diff line number Diff line change 3
3
Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
4
4
[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
5
5
6
+ ## [ 0.3.3] - 2024-01-24
7
+ + Update - remove PyPi release from ` release.yml ` since it will fail after the new ` setup.py `
8
+
6
9
## [ 0.3.2] - 2024-01-12
7
10
+ Fix - ` probe_geometry ` bugfix for incorrect handling of probes with staggered electrode positions
8
11
Original file line number Diff line number Diff line change 1
1
"""Package metadata."""
2
- __version__ = "0.3.2 "
2
+ __version__ = "0.3.3 "
You can’t perform that action at this time.
0 commit comments