We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a12ff1 commit 5d15345Copy full SHA for 5d15345
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/setup-python@v5.1.0
18
with:
19
python-version: 3.12
20
- - run: pip install wheel distutils
+ - run: pip install wheel setuptools
21
- run: python3 setup.py bdist_wheel sdist
22
- uses: pypa/gh-action-pypi-publish@v1.9.0
23
requirements.txt
@@ -1,7 +1,15 @@
1
+# actual dependencies
2
matplotlib
3
+
4
+# for testing
5
pytest
6
coverage
7
coveralls
8
flake8
9
10
+# for documentation
11
sphinx
12
13
+# for packaging
14
wheel
15
+setuptools
0 commit comments