Skip to content

Commit f6f3a25

Browse files
committed
pre deploy
1 parent 312b0de commit f6f3a25

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
```
66
Key = int | str
7-
SplitPath = tuple[Union[datapath.types.Key, datapath.types._IterationPoint, range], ...]
87
Map = dict[str, Any]
98
Collection = Union[list, datapath.types.Map]
109
CollectionKey = tuple[list, int] | tuple[datapath.types.Map, str]
1110
PartialList = list[tuple[int, Any]]
1211
PartialCollection = Union[datapath.types.PartialList, datapath.types.Map]
1312
PathDict = dict[str, Any]
1413
RootPathDict = dict[str, datapath.types.Collection]
14+
SplitPath = tuple[datapath.types._PathPart, ...]
1515
```
1616

1717
## Public API

pre_deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -xeo pipefail
44

5+
rm -rf build dist *.egg-info
6+
57
build_version='3.10'
68
docker run -it --rm -v "$PWD:/repo" -w /repo "python:$build_version" '/repo/build.sh'
79

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='python-datapath',
8-
version='0.1.1',
8+
version='0.1.2',
99

1010
author='Alex Shafer',
1111
author_email='ashafer@pm.me',

0 commit comments

Comments
 (0)