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 ac57ed1 commit 32b7418Copy full SHA for 32b7418
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+github: [pjkundert]
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build
24
run: |
25
python -m pip install --upgrade pip
26
- python -m pip install setuptools build wheel
+ python -m pip install -r requirements-dev.txt
27
python -m build .
28
- name: Publish package distributions to PyPI
29
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments