Skip to content

Commit

Permalink
📝 change urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
perillaroc committed Oct 12, 2024
1 parent faa6329 commit 224bd7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: release

on: [push]
on: push

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies = [
]

[project.urls]
Homepage = "http://codingcorp.mc.met.cma/public/cedarkit/cedar-graph/git/files/"
Repository = "http://e.mc.met.cma/codingcorp/cedarkit/cedar-graph.git"
Homepage = "https://github.com/cemc-oper/cedar-graph"
Repository = "https://github.com/cemc-oper/cedar-graph.git"

[project.optional-dependencies]
test = ["pytest"]
Expand Down

0 comments on commit 224bd7b

Please sign in to comment.