Skip to content

Commit

Permalink
Update CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Jan 29, 2023
1 parent 0aad70d commit 68ebba4
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
docs:
uses: MrThearMan/CI/.github/workflows/docs.yml@v0.2.2
uses: MrThearMan/CI/.github/workflows/docs.yml@v0.3.0
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
release:
uses: MrThearMan/CI/.github/workflows/release.yml@v0.2.2
uses: MrThearMan/CI/.github/workflows/release.yml@v0.3.0
secrets:
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:

jobs:
test:
uses: MrThearMan/CI/.github/workflows/test.yml@v0.2.2
uses: MrThearMan/CI/.github/workflows/test.yml@v0.3.0
with:
env: '["py38", "py39", "py310", "py311"]'
python-version: '["3.8", "3.9", "3.10", "3.11"]'
20 changes: 19 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pytest-django = "4.5.2"
pytest-freezegun = "0.4.2"
pre-commit = "3.0.1"
tox = "4.4.2"
tox-gh-actions = "3.0.0"
coveralls = "3.3.1"

[tool.poetry.group.docs.dependencies]
Expand Down Expand Up @@ -154,6 +155,12 @@ legacy_tox_ini = """
envlist = py{38, 39, 310, 311}-django{31, 32, 40, 41}
isolated_build = true
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
[testenv]
allowlist_externals =
Expand Down

0 comments on commit 68ebba4

Please sign in to comment.