boilersync 1.2.17__tar.gz → 1.2.18__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {boilersync-1.2.17 → boilersync-1.2.18}/PKG-INFO +1 -1
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/_version.py +2 -2
- boilersync-1.2.17/.github/workflows/publish.yml +0 -33
- {boilersync-1.2.17 → boilersync-1.2.18}/.cursor/rules/adding-commands.mdc +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/.cursor/rules/project-description.mdc +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/.cursor/rules/python-conventions.mdc +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/.github/workflows/auto-tag.yml +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/.github/workflows/deploy-docs.yml +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/.gitignore +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/.vscode/launch.json +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/.vscode/settings.json +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/.vscode/tasks.json +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/PROBLEMS.md +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/README.md +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/__init__.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/__main__.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/cli.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/cli_helpers.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/__init__.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/check_pull.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/diff.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/init.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/pull.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/pull_proposal.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/push.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/templates.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/comparison.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/errors.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/file_ignores.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/interpolation_context.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/logging.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/names.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/paths.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/project_context.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/project_metadata.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/template_ownership.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/template_processor.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/template_sources.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/template_workspace.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/utils.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/variable_collector.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/docs/ensemble.md +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/docs/index.md +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/docs/project-metadata.md +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/docs/template-metadata.md +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/mkdocs.yml +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/pyproject.toml +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/scripts/build.sh +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/__init__.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_check_pull.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_diff.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_filename_interpolation.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_init_runtime_features.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_interpolation_context.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_paths.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_pull_proposal.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_push_inheritance.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_template_inheritance.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_template_sources.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_templates_commands.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_templates_init.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_variable_collection.py +0 -0
- {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_variable_type_conversion.py +0 -0
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.2.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 2,
|
|
21
|
+
__version__ = version = '1.2.18'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 2, 18)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
name: Publish to PyPI
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
tags:
|
|
6
|
-
- "v*" # Only runs on version tags like v1.0.0
|
|
7
|
-
|
|
8
|
-
jobs:
|
|
9
|
-
publish-pypi:
|
|
10
|
-
runs-on: ubuntu-latest
|
|
11
|
-
permissions: write-all
|
|
12
|
-
steps:
|
|
13
|
-
- name: Check out code
|
|
14
|
-
uses: actions/checkout@v3
|
|
15
|
-
with:
|
|
16
|
-
fetch-depth: 0
|
|
17
|
-
|
|
18
|
-
- name: Set up Python
|
|
19
|
-
uses: actions/setup-python@v4
|
|
20
|
-
with:
|
|
21
|
-
python-version: "3.11"
|
|
22
|
-
|
|
23
|
-
- name: Install build tools
|
|
24
|
-
run: pip install build twine hatch
|
|
25
|
-
|
|
26
|
-
- name: Build PyPI package
|
|
27
|
-
run: hatch build
|
|
28
|
-
|
|
29
|
-
- name: Publish to PyPI
|
|
30
|
-
env:
|
|
31
|
-
TWINE_USERNAME: __token__
|
|
32
|
-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
|
33
|
-
run: twine upload dist/*
|
|
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
|
|
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
|