diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3453993..7acae54 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,10 +4,8 @@ on: push: branches: - main - paths-ignore: - - docs/** - - examples/** - - .github/workflows/** + paths: + - pyproject.toml jobs: build: @@ -106,6 +104,9 @@ jobs: with: inputs: ./dist/*.tar.gz ./dist/*.whl + - name: Checkout code + uses: actions/checkout@v4 + - name: Create GitHub Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/compatibility.rst b/docs/compatibility.rst new file mode 100644 index 0000000..ed83d6b --- /dev/null +++ b/docs/compatibility.rst @@ -0,0 +1,12 @@ +============= +Compatibility +============= + +Printer Api Compatibility: + +.. toctree:: + :maxdepth: 1 + + A1 + P1 + X1 \ No newline at end of file diff --git a/docs/compatibility/A1.csv b/docs/compatibility/A1.csv new file mode 100644 index 0000000..b2d6966 --- /dev/null +++ b/docs/compatibility/A1.csv @@ -0,0 +1,5 @@ +,A1,A1 MINI +Camera,,✅ +Read Temperatures,✅,✅ +Upload files,✅,✅ +Start Print,✅,✅ \ No newline at end of file diff --git a/docs/compatibility/A1.rst b/docs/compatibility/A1.rst new file mode 100644 index 0000000..28fa815 --- /dev/null +++ b/docs/compatibility/A1.rst @@ -0,0 +1,10 @@ +================ +A1 Compatibility +================ + +.. csv-table:: A1 Compatibility + :file: A1.csv + :widths: 30, 50, 50 + :header-rows: 1 + +.. ❌✅ \ No newline at end of file diff --git a/docs/compatibility/P1.rst b/docs/compatibility/P1.rst new file mode 100644 index 0000000..5730aaf --- /dev/null +++ b/docs/compatibility/P1.rst @@ -0,0 +1,6 @@ +================ +P1 Compatibility +================ + + + diff --git a/docs/compatibility/X1.rst b/docs/compatibility/X1.rst new file mode 100644 index 0000000..3a4c3a9 --- /dev/null +++ b/docs/compatibility/X1.rst @@ -0,0 +1,3 @@ +================ +X1 Compatibility +================ \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index e2f69d8..b0960bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,5 +12,6 @@ including the status of the printer and the status of the print job. self Examples + Compatibility API Release Notes