Skip to content

Commit

Permalink
Switch to build, update more action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 16, 2024
1 parent 15bfd3f commit f888fd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:

- name: Build sdist and wheel
run: |
pip install pip setuptools wheel --upgrade
python setup.py sdist bdist_wheel
pip install build --upgrade
python -m build
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
- develop
tags:
- '*'
paths:
- "**.py"
pull_request:
Expand All @@ -20,10 +21,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toxenv: [isort, black, docs]
toxenv: [isort, black, flake8, docs]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
Expand Down

0 comments on commit f888fd8

Please sign in to comment.