Skip to content

Commit

Permalink
again with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
sorend committed Jul 1, 2024
1 parent b453e32 commit 1bb4bfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run tests
run: make test
run: |
python -m pip install --upgrade pip
make test
deploy:
runs-on: "ubuntu-latest"
Expand All @@ -55,9 +57,7 @@ jobs:

- name: Dynamic versioning
run: |
python -m pip install --upgrade pip
pip install versiontag flit
python .ci/versioning.py
make build
- name: Publish testpypi
run: |
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ homepage = "https://github.com/sorend/sshconf"

[project.optional-dependencies]
test = [
"pytest", "pytest-cov", "codecov"
"tox",
"tox-gh-actions",
]

[build-system]
Expand Down

0 comments on commit 1bb4bfb

Please sign in to comment.