Skip to content

Commit a310794

Browse files
committed
maintenance
1 parent 51b2bb8 commit a310794

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6+
dtw/_dtw_utils.c
7+
68
# C extensions
79
*.so
810

@@ -103,3 +105,4 @@ ENV/
103105

104106
*~
105107
.DS_Store
108+

maintainer/README.maintainer

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ Notes to self
88
Deploying
99
---------
1010

11-
A reminder for the maintainers on how to deploy.
1211
Make sure all your changes are committed (including an entry in HISTORY.rst).
1312
Then run::
1413

1514
$ bumpversion patch # possible: major / minor / patch
1615
$ git push --follow-tags
1716

18-
Travis will then deploy to PyPI if tests pass.
17+
Actions will then deploy to PyPI if tests pass.
1918

2019

2120
Misc stuff
@@ -24,6 +23,12 @@ Misc stuff
2423
Uses cibuildwheel on GH actions https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions
2524

2625

26+
Setup.cfg
27+
---------
28+
29+
Necessary because bumpversion
30+
31+
2732

2833
Poetry
2934
------

0 commit comments

Comments
 (0)