pydiagral 1.3.4__tar.gz → 1.3.6__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.github/workflows/release_and_doc.yaml +2 -2
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.releaserc +7 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/CHANGELOG.md +14 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/PKG-INFO +1 -1
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.devcontainer/Dockerfile.dev +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.devcontainer/devcontainer.json +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.github/FUNDING.yml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.github/dependabot.yml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.github/labels.yml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.github/workflows/labeler.yml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.github/workflows/lint.yaml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.github/workflows/lock.yml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.github/workflows/pytest.yaml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.github/workflows/semantic-prs.yml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.gitignore +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.vscode/extensions.json +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/.vscode/settings.json +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/LICENSE +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/README.md +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/docs/api.md +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/docs/exceptions.md +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/docs/how-to-find-diagral-serial.png +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/docs/index.md +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/docs/models.md +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/docs/pydiagral-Logo.png +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/example_code.py +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/mkdocs.yml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/pyproject.toml +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/src/pydiagral/__init__.py +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/src/pydiagral/api.py +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/src/pydiagral/constants.py +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/src/pydiagral/exceptions.py +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/src/pydiagral/models.py +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/src/pydiagral/utils.py +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/test.txt +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/tests/__init__.py +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/tests/data/configuration_sample.json +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/tests/data/system_details_sample.json +0 -0
- {pydiagral-1.3.4 → pydiagral-1.3.6}/tests/test_pydiagral_api.py +0 -0
@@ -20,7 +20,7 @@ jobs:
|
|
20
20
|
- name: Checkout
|
21
21
|
uses: actions/checkout@v4
|
22
22
|
with:
|
23
|
-
|
23
|
+
persist-credentials: false
|
24
24
|
|
25
25
|
- name: Set up Python
|
26
26
|
uses: actions/setup-python@v5
|
@@ -38,7 +38,7 @@ jobs:
|
|
38
38
|
with:
|
39
39
|
branch: ${{ github.ref_name }} # Utiliser la branche actuelle
|
40
40
|
env:
|
41
|
-
|
41
|
+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
42
42
|
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
|
43
43
|
DEBUG: semantic-release:*
|
44
44
|
|
@@ -1,3 +1,17 @@
|
|
1
|
+
## [1.3.6](https://github.com/mguyard/pydiagral/compare/v1.3.5...v1.3.6) (2025-02-22)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* test8 ([59bd92e](https://github.com/mguyard/pydiagral/commit/59bd92ef0750b80d09fd9321c4f2f2c8cc0fc72d))
|
7
|
+
|
8
|
+
## [1.3.5](https://github.com/mguyard/pydiagral/compare/v1.3.4...v1.3.5) (2025-02-22)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* test7 ([ce96d71](https://github.com/mguyard/pydiagral/commit/ce96d717630e0d2df21747676b955164851c9018))
|
14
|
+
|
1
15
|
## [1.3.4](https://github.com/mguyard/pydiagral/compare/v1.3.3...v1.3.4) (2025-02-22)
|
2
16
|
|
3
17
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|