mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
updates version definitions
This commit is contained in:
parent
e12f41c0eb
commit
258374400a
3 changed files with 13 additions and 5 deletions
10
.github/workflows/deploy_docs.yml
vendored
10
.github/workflows/deploy_docs.yml
vendored
|
|
@ -11,7 +11,15 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v2.3.2
|
||||
|
||||
- name: Restore docs environment
|
||||
run: |
|
||||
python dev.py --with-docs
|
||||
mkdocs build
|
||||
|
|
|
|||
4
.github/workflows/python-publish.yml
vendored
4
.github/workflows/python-publish.yml
vendored
|
|
@ -14,8 +14,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ macos-latest, ubuntu-latest, windows-latest ]
|
||||
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
|
||||
django-version: [3.0.*, 3.1.*, 3.2.*, 4.0.*]
|
||||
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
|
||||
django-version: ["3.0.*", "3.1.*", "3.2.*", "4.0.*"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.2
|
||||
|
|
|
|||
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
|
|
@ -14,8 +14,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ macos-latest, ubuntu-latest, windows-latest ]
|
||||
python-version: [ 3.7, 3.8, 3.9, 3.10 ]
|
||||
django-version: [3.0.*, 3.1.*, 3.2.*, 4.0.*]
|
||||
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
|
||||
django-version: ["3.0.*", "3.1.*", "3.2.*", "4.0.*"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue