Skip to content

Commit 68e0636

Browse files
committed
hotfix: issue with packaging
1 parent 8c65754 commit 68e0636

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
jobs:
99
run:
1010
runs-on: ubuntu-latest
11-
environment:
12-
name: pypi
1311
permissions:
1412
id-token: write
1513
contents: read

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ Repository = "https://github.com/sirrobot01/mcpulse"
6464
Issues = "https://github.com/sirrobot01/mcpulse/issues"
6565

6666
[tool.hatch.build.targets.wheel]
67-
packages = ["mcpulse_python"]
67+
packages = ["mcpulse"]
6868

6969
[tool.hatch.build.targets.sdist]
7070
include = [
71-
"mcpulse_python/**/*.py",
72-
"mcpulse_python/pb/**/*.py",
71+
"mcpulse/**/*.py",
72+
"mcpulse/pb/**/*.py",
7373
"README.md",
7474
"LICENSE",
7575
]
@@ -144,7 +144,7 @@ module = "google.protobuf.*"
144144
ignore_missing_imports = true
145145

146146
[tool.coverage.run]
147-
source = ["mcpulse_python"]
147+
source = ["mcpulse"]
148148
omit = [
149149
"*/pb/*",
150150
"*/tests/*",

0 commit comments

Comments
 (0)