Skip to content

Commit 5d15345

Browse files
committedJul 30, 2024·
Pip install setuptools, clean up deps
1 parent 8a12ff1 commit 5d15345

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v5.1.0
1818
with:
1919
python-version: 3.12
20-
- run: pip install wheel distutils
20+
- run: pip install wheel setuptools
2121
- run: python3 setup.py bdist_wheel sdist
2222
- uses: pypa/gh-action-pypi-publish@v1.9.0
2323
with:

‎requirements.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
# actual dependencies
12
matplotlib
3+
4+
# for testing
25
pytest
36
coverage
47
coveralls
58
flake8
9+
10+
# for documentation
611
sphinx
12+
13+
# for packaging
714
wheel
15+
setuptools

0 commit comments

Comments
 (0)
Please sign in to comment.