File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ __pycache__/
3
3
* .py [cod ]
4
4
* $py.class
5
5
6
+ dtw /_dtw_utils.c
7
+
6
8
# C extensions
7
9
* .so
8
10
103
105
104
106
* ~
105
107
.DS_Store
108
+
Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ Notes to self
8
8
Deploying
9
9
---------
10
10
11
- A reminder for the maintainers on how to deploy.
12
11
Make sure all your changes are committed (including an entry in HISTORY.rst).
13
12
Then run::
14
13
15
14
$ bumpversion patch # possible: major / minor / patch
16
15
$ git push --follow-tags
17
16
18
- Travis will then deploy to PyPI if tests pass.
17
+ Actions will then deploy to PyPI if tests pass.
19
18
20
19
21
20
Misc stuff
@@ -24,6 +23,12 @@ Misc stuff
24
23
Uses cibuildwheel on GH actions https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions
25
24
26
25
26
+ Setup.cfg
27
+ ---------
28
+
29
+ Necessary because bumpversion
30
+
31
+
27
32
28
33
Poetry
29
34
------
You can’t perform that action at this time.
0 commit comments