Skip to content

Commit 5aacae9

Browse files
authored
Update release.yml
Install versioneer[toml] before building the package.
1 parent 49b3a5a commit 5aacae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.9
2020
- name: Install release tooling
2121
run: |
22-
pip install twine wheel
22+
pip install twine wheel versioneer[toml]
2323
- name: Build package
2424
run: |
2525
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)