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.
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/.github/workflows/portable-bundles.yml +53 -1
- {gulp_cli-1.1.1/src/gulp_cli.egg-info → gulp_cli-1.1.2}/PKG-INFO +1 -1
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/_version.py +3 -3
- {gulp_cli-1.1.1 → gulp_cli-1.1.2/src/gulp_cli.egg-info}/PKG-INFO +1 -1
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/.github/workflows/python-package.yml +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/.gitignore +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/README.md +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/command-reference.md +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/examples.md +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/extensions.md +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/getting-started.md +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/portable.md +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/resource-management.md +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/docs/troubleshooting-cli.md +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/gulp-cli.spec +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/portable/launch-linux.sh +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/portable/launch-macos.sh +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/portable/launch-windows.bat +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/pyproject.toml +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/setup.cfg +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/__init__.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/__main__.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/cli.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/client.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/__init__.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/acl.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/auth.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/collab.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/context.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/db.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/enhance_map.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/glyph.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/ingest.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/mapping.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/operations.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/plugin.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/query.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/source.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/stats.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/storage.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/user_group.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/commands/users.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/config.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extension/__init__.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extension/query_sigma_zip.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extension/story.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extension_helpers.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/extensions.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/output.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli/utils.py +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli.egg-info/SOURCES.txt +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli.egg-info/dependency_links.txt +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli.egg-info/entry_points.txt +0 -0
- {gulp_cli-1.1.1 → gulp_cli-1.1.2}/src/gulp_cli.egg-info/requires.txt +0 -0
- {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
|
|
@@ -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.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 1,
|
|
21
|
+
__version__ = version = '1.1.2'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 1, 2)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gfd5c01d47'
|
|
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
|