Skip to content

Commit

Permalink
deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless committed Jul 24, 2024
1 parent 24cd9db commit bdca67b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- macos-12
- ubuntu-24.04
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -24,10 +24,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel build
- name: build
run: |
python setup.py build
- name: package
run: |
python setup.py sdist bdist_wheel
python -m build
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description-file = README.rst
description_file = README.rst

[bdist_wheel]
universal=1

0 comments on commit bdca67b

Please sign in to comment.