Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 353b7e3

Browse files
authored
Fix release (#212)
1 parent 21b2ab1 commit 353b7e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
PREFIX: PYTEST_REQPASS=11
4040
platform: macos-12
4141
python_version: "3.10"
42-
- tox_env: packaging
42+
- tox_env: pkg
4343
platform: ubuntu-latest
4444
skip_vagrant: true
4545

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
minversion = 4.0.16
44
envlist =
55
lint
6-
packaging
6+
pkg
77
py
88
py-devel
99
isolated_build = True
@@ -66,7 +66,7 @@ whitelist_externals =
6666
pytest
6767
pre-commit
6868

69-
[testenv:packaging]
69+
[testenv:pkg]
7070
description =
7171
Build package, verify metadata, install package and assert behavior when ansible is missing.
7272
deps =

0 commit comments

Comments
 (0)