-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from Haidra-Org/main
feat: custom models, comfyui `16eabdf7`; project rename to `horde-engine`
- Loading branch information
Showing
17 changed files
with
295 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: hordelib build and publish | ||
name: horde-engine build and publish | ||
|
||
on: | ||
push: | ||
|
@@ -11,8 +11,13 @@ permissions: | |
|
||
jobs: | ||
build-n-publish: | ||
name: hordelib build and publish | ||
name: horde-engine build and publish | ||
runs-on: ubuntu-latest | ||
|
||
environment: # see https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/ | ||
name: pypi | ||
url: https://pypi.org/p/horde-engine/ | ||
|
||
steps: | ||
|
||
# Version bumps the project and creates a tag by creating | ||
|
@@ -46,8 +51,8 @@ jobs: | |
python-version: "3.10" | ||
|
||
# Install build deps | ||
# NOTE If any hordelib imports used by build_helper.py are changed, or the specific modules | ||
# imported from hordelib depend on a package not included here, running build_helper.py later on will fail. | ||
# NOTE If any horde-engine imports used by build_helper.py are changed, or the specific modules | ||
# imported from horde-engine depend on a package not included here, running build_helper.py later on will fail. | ||
# See `build_helper.py` for more information. | ||
- name: "🛠 Install pypa/build" | ||
if: ${{ steps.release.outputs.version != '' }} | ||
|
@@ -70,8 +75,6 @@ jobs: | |
with: | ||
add: 'CHANGELOG.md' | ||
message: 'ci: update changelog' | ||
committer_name: GitHub Actions | ||
committer_email: [email protected] | ||
|
||
# Patches our requirements.txt and pyproject.toml | ||
# Build a changelog | ||
|
@@ -104,9 +107,9 @@ jobs: | |
curl -X PURGE | ||
https://camo.githubusercontent.com/769edfb1778d4cbc3f93bc5ad0be9597bbd2d9c162cc1e9fb44172a5b660af01/68747470733a2f2f706570792e746563682f62616467652f686f7264656c6962 | ||
# - name: "Inform with Discord Webhook" | ||
# if: ${{ steps.release.outputs.version != '' }} | ||
# uses: tsickert/[email protected] | ||
# with: | ||
# webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} | ||
# content: "New version of hordelib has been published to pypi: ${{ steps.release.outputs.version }}. You can update your worker by running `./update-runtime.sh --hordelib` (Linux) or `update-runtime.cmd --hordelib` (Windows). Changelog: https://t.ly/z2vQ" | ||
- name: "Inform with Discord Webhook" | ||
if: ${{ steps.release.outputs.version != '' }} | ||
uses: tsickert/[email protected] | ||
with: | ||
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} | ||
content: "New version of horde-engine has been published to pypi: ${{ steps.release.outputs.version }}. Changelog: https://t.ly/z2vQ" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.