Skip to content

Commit

Permalink
chore(copier-config): update commit version to v0.14.2 and add open_l…
Browse files Browse the repository at this point in the history
…ink attribute
  • Loading branch information
entelecheia committed Apr 18, 2024
1 parent 687568d commit 355972c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .copier-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.11.7
_commit: v0.14.2
_src_path: gh:entelecheia/hyperfast-python-template
author: Young Joon Lee
build_and_release: true
Expand All @@ -17,6 +17,7 @@ github_username: entelecheia
google_analytics_id: G-Q1HTTH4YZ2
logo_path: ''
main_branch: main
open_link: false
package_name: hyabsa
package_scripts:
- hyabsa = 'hyabsa.__cli__:main'
Expand Down
3 changes: 2 additions & 1 deletion .copier-hyfi-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.6.8
_commit: v0.7.0
_src_path: gh:entelecheia/hyfi-template
open_link: false
package_name: hyabsa
project_name: hyfi-absa

4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
workflow_dispatch:
push:
branches:
- "*"
- "main"
- "release"
paths:
- "src/**"
- "tests/**"
- '.copier-template/**'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions src/hyabsa/conf/about/hyabsa.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_open_link_: False
name: "HyFI-ABSA"
authors: "Young Joon Lee <entelecheia@hotmail.com>"
description: "HyFI-ABSA is a Python package developed as a plugin for the Hydra Fast Interface (HyFI)."
Expand Down

0 comments on commit 355972c

Please sign in to comment.