mirror of
https://ghproxy.net/https://github.com/serpwings/static-wordpress.git
synced 2025-10-04 02:37:53 +08:00
Merge branch 'serpwings:main' into main
This commit is contained in:
commit
71aa04f8ed
4 changed files with 7 additions and 9 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, "3.10", "3.11"]
|
||||
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
@ -28,9 +28,10 @@ jobs:
|
|||
run: git checkout ${{ env.BRANCH }}
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
allow-prereleases: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
@ -40,4 +41,4 @@ jobs:
|
|||
|
||||
- name: Run unit tests
|
||||
run: python -m pytest --import-mode=append tests/
|
||||
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
Python Package for Converting WordPress Installation to a Static Website.
|
||||
|
||||
[](https://github.com/serpwings/static-wordpress/actions/workflows/tests.yml)
|
||||
[](https://github.com/pleiszenburg/staticwordpress/blob/master/LICENSE)
|
||||
[](https://github.com/pleiszenburg/staticwordpress/milestone/1)
|
||||
[](https://github.com/serpwings/staticwordpress/blob/master/LICENSE)
|
||||
[](https://github.com/serpwings/staticwordpress/milestone/1)
|
||||
[](https://pypi.python.org/pypi/staticwordpress)
|
||||
[](https://pypi.python.org/pypi/staticwordpress)
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Project Class
|
||||
|
||||
::: staticwordpress.core.project.Project
|
|
@ -38,7 +38,7 @@ from enum import Enum
|
|||
|
||||
VERSION_MAJOR = 0
|
||||
VERSION_MINOR = 0
|
||||
VERSION_REVISION = 3
|
||||
VERSION_REVISION = 4
|
||||
VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}"
|
||||
|
||||
SHARE_FOLDER_PATH = Path(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue