Skip to content

Commit ed76339

Browse files
committed
.github: publish workflow updated, pyproject.toml updated
1 parent d4384e1 commit ed76339

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Python distribution to PyPI and TestPyPI
33
on:
44
push:
55
tags:
6-
- 'v*.*.*'
6+
- 'v*.*.*-*'
77

88
jobs:
99
build:

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ dependencies = []
1313

1414
[project.optional-dependencies]
1515
dev = [ "pytest" ]
16+
17+
[tool.hatch.build.targets.sdist]
18+
include = [
19+
"*.py",
20+
"*.lua",
21+
"test_example",
22+
]

0 commit comments

Comments
 (0)