Skip to content

Commit

Permalink
Oops Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Sep 21, 2024
1 parent 869b07b commit 13bfb90
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 384 deletions.
151 changes: 0 additions & 151 deletions .github/workflows/issue_helper.yml

This file was deleted.

77 changes: 0 additions & 77 deletions .github/workflows/pre_colab.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/pre_compiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
token = os.getenv('HF_TOKEN')
version = os.getenv('version')
login(token)
repo_id = 'vidalnt/nothing'
repo_id = 'IAHispano/Applio'
repo_file_path = f'D:/a/Applio/ApplioV{version}.zip'
upload_file(
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
token = os.getenv('HF_TOKEN')
version = os.getenv('version')
login(token)
repo_id = 'vidalnt/nothing'
repo_id = 'IAHispano/Applio'
repo_file_path = f'ApplioV{version}.zip'
upload_file(
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
token = os.getenv('HF_TOKEN')
version = os.getenv('version')
login(token)
repo_id = 'vidalnt/nothing'
repo_id = 'IAHispano/Applio'
repo_file_path = 'KaggleV2.tar.gz'
upload_file(
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
token = os.getenv('HF_TOKEN')
version = os.getenv('version')
login(token)
repo_id = 'vidalnt/nothing'
repo_id = 'IAHispano/Applio'
repo_file_path = 'Pnpur.tar.gz'
upload_file(
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Install gh-release
if: steps.check-version.outputs.tag
run: |
npm install https://github.com/Vidalnt/gh-release.git
npm install https://github.com/IAHispano/gh-release.git
- name: Create package.json
if: steps.check-version.outputs.tag
Expand All @@ -149,7 +149,7 @@ jobs:
changelog=$(cat summarized_changelog.txt)
GH_RELEASE_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} npx gh-release \
-t "${tag_name}" \
-n "Release ${tag_name}" \
-n "Applio ${tag_name}" \
-c "main" \
-b "## Important Installation Guidelines
Expand All @@ -173,7 +173,7 @@ jobs:
${changelog}
**Full Changelog**: https://github.com/IAHispano/Applio/compare/${{ steps.check-version.outputs.previous-version }}...${{ steps.check-version.outputs.tag }} " \
-o "Vidalnt" \
-o "IAHispano" \
-r "Applio" \
-w /home/runner/work/Applio/Applio \
-y
Expand Down
71 changes: 0 additions & 71 deletions run-install-c.sh

This file was deleted.

23 changes: 0 additions & 23 deletions setup-venv.sh

This file was deleted.

Loading

0 comments on commit 13bfb90

Please sign in to comment.