Skip to content

Commit

Permalink
ci: Removed versioneer; use release-please for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Feb 2, 2024
1 parent 5fe5651 commit a7f3f78
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2,406 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11

steps:
- name: Install Python via conda.
Expand All @@ -39,9 +39,8 @@ jobs:
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml
if: ${{ matrix.python-version == '3.7' && (github.ref == 'refs/heads/main') }}
if: ${{ matrix.python-version == '3.8' && (github.ref == 'refs/heads/main') }}
- name: Check style with black
run: black --check --line-length 100 .
if: ${{ matrix.python-version < '3.9' }}
- name: Check style with flake8
run: flake8 .
Loading

0 comments on commit a7f3f78

Please sign in to comment.