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.
Files changed (63) hide show
  1. {boilersync-1.2.17 → boilersync-1.2.18}/PKG-INFO +1 -1
  2. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/_version.py +2 -2
  3. boilersync-1.2.17/.github/workflows/publish.yml +0 -33
  4. {boilersync-1.2.17 → boilersync-1.2.18}/.cursor/rules/adding-commands.mdc +0 -0
  5. {boilersync-1.2.17 → boilersync-1.2.18}/.cursor/rules/project-description.mdc +0 -0
  6. {boilersync-1.2.17 → boilersync-1.2.18}/.cursor/rules/python-conventions.mdc +0 -0
  7. {boilersync-1.2.17 → boilersync-1.2.18}/.github/workflows/auto-tag.yml +0 -0
  8. {boilersync-1.2.17 → boilersync-1.2.18}/.github/workflows/deploy-docs.yml +0 -0
  9. {boilersync-1.2.17 → boilersync-1.2.18}/.gitignore +0 -0
  10. {boilersync-1.2.17 → boilersync-1.2.18}/.vscode/launch.json +0 -0
  11. {boilersync-1.2.17 → boilersync-1.2.18}/.vscode/settings.json +0 -0
  12. {boilersync-1.2.17 → boilersync-1.2.18}/.vscode/tasks.json +0 -0
  13. {boilersync-1.2.17 → boilersync-1.2.18}/PROBLEMS.md +0 -0
  14. {boilersync-1.2.17 → boilersync-1.2.18}/README.md +0 -0
  15. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/__init__.py +0 -0
  16. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/__main__.py +0 -0
  17. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/cli.py +0 -0
  18. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/cli_helpers.py +0 -0
  19. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/__init__.py +0 -0
  20. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/check_pull.py +0 -0
  21. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/diff.py +0 -0
  22. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/init.py +0 -0
  23. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/pull.py +0 -0
  24. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/pull_proposal.py +0 -0
  25. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/push.py +0 -0
  26. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/commands/templates.py +0 -0
  27. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/comparison.py +0 -0
  28. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/errors.py +0 -0
  29. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/file_ignores.py +0 -0
  30. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/interpolation_context.py +0 -0
  31. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/logging.py +0 -0
  32. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/names.py +0 -0
  33. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/paths.py +0 -0
  34. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/project_context.py +0 -0
  35. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/project_metadata.py +0 -0
  36. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/template_ownership.py +0 -0
  37. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/template_processor.py +0 -0
  38. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/template_sources.py +0 -0
  39. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/template_workspace.py +0 -0
  40. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/utils.py +0 -0
  41. {boilersync-1.2.17 → boilersync-1.2.18}/boilersync/variable_collector.py +0 -0
  42. {boilersync-1.2.17 → boilersync-1.2.18}/docs/ensemble.md +0 -0
  43. {boilersync-1.2.17 → boilersync-1.2.18}/docs/index.md +0 -0
  44. {boilersync-1.2.17 → boilersync-1.2.18}/docs/project-metadata.md +0 -0
  45. {boilersync-1.2.17 → boilersync-1.2.18}/docs/template-metadata.md +0 -0
  46. {boilersync-1.2.17 → boilersync-1.2.18}/mkdocs.yml +0 -0
  47. {boilersync-1.2.17 → boilersync-1.2.18}/pyproject.toml +0 -0
  48. {boilersync-1.2.17 → boilersync-1.2.18}/scripts/build.sh +0 -0
  49. {boilersync-1.2.17 → boilersync-1.2.18}/tests/__init__.py +0 -0
  50. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_check_pull.py +0 -0
  51. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_diff.py +0 -0
  52. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_filename_interpolation.py +0 -0
  53. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_init_runtime_features.py +0 -0
  54. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_interpolation_context.py +0 -0
  55. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_paths.py +0 -0
  56. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_pull_proposal.py +0 -0
  57. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_push_inheritance.py +0 -0
  58. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_template_inheritance.py +0 -0
  59. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_template_sources.py +0 -0
  60. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_templates_commands.py +0 -0
  61. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_templates_init.py +0 -0
  62. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_variable_collection.py +0 -0
  63. {boilersync-1.2.17 → boilersync-1.2.18}/tests/test_variable_type_conversion.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boilersync
3
- Version: 1.2.17
3
+ Version: 1.2.18
4
4
  Summary: BoilerSync
5
5
  Project-URL: Repository, https://github.com/gabemontague/boilersync
6
6
  Project-URL: Issues, https://github.com/gabemontague/boilersync/issues
@@ -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.17'
22
- __version_tuple__ = version_tuple = (1, 2, 17)
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