Skip to content

Commit

Permalink
Merge branch 'master' into architecture_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
hatomist committed Nov 13, 2024
2 parents 355de78 + 34d0982 commit cc3b5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# We don't need to run on all platforms since this package is
# platform-agnostic. The output wheel is something like
# "kscaleos-<version>-py3-none-any.whl".
# "kos-<version>-py3-none-any.whl".
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include kscaleos/ *.py *.txt py.typed MANIFEST.in
recursive-include kos/ *.py *.txt py.typed MANIFEST.in

0 comments on commit cc3b5a7

Please sign in to comment.