Skip to content

Commit bdca67b

Browse files
committed
deprecation
1 parent 24cd9db commit bdca67b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os:
15-
- ubuntu-20.04
16-
- macos-12
15+
- ubuntu-24.04
16+
- macos-latest
1717
- windows-latest
1818
steps:
1919
- uses: actions/checkout@v4
@@ -24,10 +24,10 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install setuptools wheel
27+
pip install setuptools wheel build
2828
- name: build
2929
run: |
3030
python setup.py build
3131
- name: package
3232
run: |
33-
python setup.py sdist bdist_wheel
33+
python -m build

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
description-file = README.rst
2+
description_file = README.rst
33

44
[bdist_wheel]
55
universal=1

0 commit comments

Comments
 (0)