Skip to content

Commit 6d013f8

Browse files
committed
fix deployment bug
1 parent 49041d4 commit 6d013f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install build
29+
pip install build setuptools wheel
3030
- name: Build package
3131
run: |
3232
python -m build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
6-
write_to = "pyper/_version.py"
6+
write_to = "src/pyper/_version.py"
77

88
[project]
99
name = "python-pyper"

0 commit comments

Comments
 (0)