We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68eb9f4 commit 34e514aCopy full SHA for 34e514a
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-python@v3
15
with:
16
python-version: 3.7
17
- - run: pip install build setuptools wheel
+ - run: pip install build setuptools wheel build setuptools_scm
18
- run: python -m build --sdist --wheel --no-isolation
19
- uses: pypa/gh-action-pypi-publish@release/v1
20
docs/changelog.rst
@@ -1,6 +1,11 @@
1
Changelog
2
---------
3
4
+v0.15.1
5
+~~~~~~~~~~
6
+
7
+* Add missing dependency to release script.
8
9
v0.15.0
10
~~~~~~~~~~
11
0 commit comments