Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b4cdec1ec | |||
| 52cef5a7c0 |
3
.github/workflows/release_skill.yaml
vendored
3
.github/workflows/release_skill.yaml
vendored
@@ -5,7 +5,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
uses: admin/jiangchang-platform-kit/.github/workflows/reusable-release-skill.yaml@main
|
# Pin kit commit so runner does not use a stale @main snapshot (must bump when kit workflow changes).
|
||||||
|
uses: admin/jiangchang-platform-kit/.github/workflows/reusable-release-skill.yaml@3ee09bbd73510137436dc44598eee3eb0dd1f820
|
||||||
with:
|
with:
|
||||||
artifact_platform: windows
|
artifact_platform: windows
|
||||||
pyarmor_platform: windows.x86_64
|
pyarmor_platform: windows.x86_64
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -0,0 +1,3 @@
|
|||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user