Skip to content

Commit 34e514a

Browse files
committed
Add missing dependency to release script.
1 parent 68eb9f4 commit 34e514a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v3
1515
with:
1616
python-version: 3.7
17-
- run: pip install build setuptools wheel
17+
- run: pip install build setuptools wheel build setuptools_scm
1818
- run: python -m build --sdist --wheel --no-isolation
1919
- uses: pypa/gh-action-pypi-publish@release/v1
2020
with:

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
---------
33

4+
v0.15.1
5+
~~~~~~~~~~
6+
7+
* Add missing dependency to release script.
8+
49
v0.15.0
510
~~~~~~~~~~
611

0 commit comments

Comments
 (0)