Skip to content

Commit 59c1841

Browse files
authored
Include test and example notebook in sdist (#228)
Fix #227
1 parent 769ade5 commit 59c1841

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check Release
22
on:
33
push:
4-
branches: ["master"]
4+
branches: ["main"]
55
pull_request:
66
branches: ["*"]
77

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: tests
33

44
on:
55
push:
6-
branches: [ '*' ]
76
pull_request:
8-
branches: [ master ]
7+
branches: [ "main" ]
98
schedule:
109
# Run weekly
1110
# * is a special character in YAML so you have to quote this string

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ An Octave kernel for Jupyter
22
============================
33

44
.. image:: https://mybinder.org/badge_logo.svg
5-
:target: https://mybinder.org/v2/gh/Calysto/octave_kernel/master?urlpath=/lab/tree/octave_kernel.ipynb
5+
:target: https://mybinder.org/v2/gh/Calysto/octave_kernel/main?urlpath=/lab/tree/octave_kernel.ipynb
66

77
Prerequisites
88
-------------
@@ -166,4 +166,4 @@ To install from a git checkout, run:
166166
167167
168168
.. _Octave: https://www.gnu.org/software/octave/download.html
169-
.. _online: http://nbviewer.ipython.org/github/Calysto/octave_kernel/blob/master/octave_kernel.ipynb
169+
.. _online: http://nbviewer.ipython.org/github/Calysto/octave_kernel/blob/main/octave_kernel.ipynb

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ artifacts = ["jupyter-data"]
4141
include = [
4242
"/jupyter-data",
4343
"/octave_kernel",
44-
"/*.md"
44+
"/*.md",
45+
"/*.ipynb",
46+
"/*.py"
4547
]
4648

4749
[tool.hatch.version]

0 commit comments

Comments
 (0)