Skip to content

Commit

Permalink
0.0.3.dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Nov 1, 2024
1 parent 4e57d7e commit 1e02f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pkg-dir: [pkg/crouton] # Specify the directories for each package
pkg-dir: [pkg/crouton, pkg/crouton-client] # Specify the directories for each package

steps:
- name: Checkout the repository
Expand Down
2 changes: 1 addition & 1 deletion pkg/crouton-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A client for Swarmauri's crouton."
authors = ["Jacob Stewart <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/swarmauri/swarmauri-crouton"
repository = "https://github.com/swarmauri/crouton"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.10",
Expand Down
2 changes: 1 addition & 1 deletion pkg/crouton/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A repository to enable API CRUD Routing"
authors = ["Jacob Stewart <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/swarmauri/swarmauri-crouton"
repository = "https://github.com/swarmauri/crouton"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 1e02f06

Please sign in to comment.