gulp-cli 1.1.1__tar.gz → 1.1.2__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 (55) hide show
  1. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/.github/workflows/portable-bundles.yml +53 -1
  2. {gulp_cli-1.1.1/src/gulp_cli.egg-info → gulp_cli-1.1.2}/PKG-INFO +1 -1
  3. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/_version.py +3 -3
  4. {gulp_cli-1.1.1 → gulp_cli-1.1.2/src/gulp_cli.egg-info}/PKG-INFO +1 -1
  5. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/.github/workflows/python-package.yml +0 -0
  6. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/.gitignore +0 -0
  7. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/README.md +0 -0
  8. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/command-reference.md +0 -0
  9. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/examples.md +0 -0
  10. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/extensions.md +0 -0
  11. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/getting-started.md +0 -0
  12. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/portable.md +0 -0
  13. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/resource-management.md +0 -0
  14. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/troubleshooting-cli.md +0 -0
  15. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/gulp-cli.spec +0 -0
  16. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/portable/launch-linux.sh +0 -0
  17. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/portable/launch-macos.sh +0 -0
  18. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/portable/launch-windows.bat +0 -0
  19. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/pyproject.toml +0 -0
  20. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/setup.cfg +0 -0
  21. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/__init__.py +0 -0
  22. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/__main__.py +0 -0
  23. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/cli.py +0 -0
  24. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/client.py +0 -0
  25. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/__init__.py +0 -0
  26. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/acl.py +0 -0
  27. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/auth.py +0 -0
  28. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/collab.py +0 -0
  29. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/context.py +0 -0
  30. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/db.py +0 -0
  31. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/enhance_map.py +0 -0
  32. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/glyph.py +0 -0
  33. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/ingest.py +0 -0
  34. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/mapping.py +0 -0
  35. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/operations.py +0 -0
  36. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/plugin.py +0 -0
  37. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/query.py +0 -0
  38. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/source.py +0 -0
  39. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/stats.py +0 -0
  40. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/storage.py +0 -0
  41. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/user_group.py +0 -0
  42. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/users.py +0 -0
  43. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/config.py +0 -0
  44. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extension/__init__.py +0 -0
  45. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extension/query_sigma_zip.py +0 -0
  46. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extension/story.py +0 -0
  47. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extension_helpers.py +0 -0
  48. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extensions.py +0 -0
  49. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/output.py +0 -0
  50. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/utils.py +0 -0
  51. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli.egg-info/SOURCES.txt +0 -0
  52. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli.egg-info/dependency_links.txt +0 -0
  53. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli.egg-info/entry_points.txt +0 -0
  54. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli.egg-info/requires.txt +0 -0
  55. {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli.egg-info/top_level.txt +0 -0
@@ -3,8 +3,13 @@ name: Portable bundles
3
3
  "on":
4
4
  push:
5
5
  tags: ['v*', 'test-v*']
6
+ release:
7
+ types: [published]
6
8
  workflow_dispatch: {}
7
9
 
10
+ permissions:
11
+ contents: write
12
+
8
13
  jobs:
9
14
  build-portable:
10
15
  name: Build portable bundle (${{ matrix.bundle_name }})
@@ -72,9 +77,33 @@ jobs:
72
77
  path: dist/${{ matrix.bundle_name }}
73
78
  if-no-files-found: error
74
79
 
80
+ - name: Create release archive
81
+ shell: python
82
+ env:
83
+ BUNDLE_NAME: ${{ matrix.bundle_name }}
84
+ run: |
85
+ import os
86
+ import shutil
87
+ from pathlib import Path
88
+
89
+ dist_dir = Path("dist")
90
+ bundle_name = os.environ["BUNDLE_NAME"]
91
+ bundle_dir = dist_dir / bundle_name
92
+ archive_base = dist_dir / bundle_name
93
+ shutil.make_archive(str(archive_base), "zip", root_dir=bundle_dir.parent, base_dir=bundle_dir.name)
94
+
95
+ - name: Upload release asset
96
+ if: github.event_name == 'release'
97
+ uses: softprops/action-gh-release@v2
98
+ with:
99
+ tag_name: ${{ github.event.release.tag_name }}
100
+ files: dist/${{ matrix.bundle_name }}.zip
101
+ fail_on_unmatched_files: true
102
+
75
103
  build-portable-macos-x64:
76
104
  name: Build portable bundle (gulp-cli-portable-macos-x64)
77
- if: github.event_name == 'workflow_dispatch'
105
+ if: github.event_name == 'workflow_dispatch' || github.event_name == 'release'
106
+ continue-on-error: ${{ github.event_name == 'release' }}
78
107
  runs-on: macos-15-intel
79
108
  timeout-minutes: 90
80
109
 
@@ -125,3 +154,26 @@ jobs:
125
154
  name: gulp-cli-portable-macos-x64
126
155
  path: dist/gulp-cli-portable-macos-x64
127
156
  if-no-files-found: error
157
+
158
+ - name: Create release archive
159
+ shell: python
160
+ env:
161
+ BUNDLE_NAME: gulp-cli-portable-macos-x64
162
+ run: |
163
+ import os
164
+ import shutil
165
+ from pathlib import Path
166
+
167
+ dist_dir = Path("dist")
168
+ bundle_name = os.environ["BUNDLE_NAME"]
169
+ bundle_dir = dist_dir / bundle_name
170
+ archive_base = dist_dir / bundle_name
171
+ shutil.make_archive(str(archive_base), "zip", root_dir=bundle_dir.parent, base_dir=bundle_dir.name)
172
+
173
+ - name: Upload release asset
174
+ if: github.event_name == 'release'
175
+ uses: softprops/action-gh-release@v2
176
+ with:
177
+ tag_name: ${{ github.event.release.tag_name }}
178
+ files: dist/gulp-cli-portable-macos-x64.zip
179
+ fail_on_unmatched_files: true
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gulp-cli
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Command-line client for gULP
5
5
  Author-email: Mentat <info@mentat.is>
6
6
  Requires-Python: >=3.12
@@ -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.1.1'
22
- __version_tuple__ = version_tuple = (1, 1, 1)
21
+ __version__ = version = '1.1.2'
22
+ __version_tuple__ = version_tuple = (1, 1, 2)
23
23
 
24
- __commit_id__ = commit_id = 'g6ee1d9a2a'
24
+ __commit_id__ = commit_id = 'gfd5c01d47'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gulp-cli
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Command-line client for gULP
5
5
  Author-email: Mentat <info@mentat.is>
6
6
  Requires-Python: >=3.12
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