Skip to content

Commit 32b7418

Browse files
committed
Prepare for release merge to master
1 parent ac57ed1 commit 32b7418

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [pjkundert]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install setuptools build wheel
26+
python -m pip install -r requirements-dev.txt
2727
python -m build .
2828
- name: Publish package distributions to PyPI
2929
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)