Skip to content

Commit 8ebfc16

Browse files
committed
new push to pypi
1 parent e8b0306 commit 8ebfc16

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: >-
1818
python3 -m
1919
pip install
20+
pip install . # abb
2021
build
2122
--user
2223
- name: Build a binary wheel and a source tarball

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2", "wheel"]
33
build-backend = "setuptools.build_meta"
44

5-
#[project]
6-
# version = "0.0.1" # Remove any existing version parameter.
7-
#dynamic = ["version"]
8-
95
[tool.setuptools_scm]
106
write_to = "mapmanagercore/_version.py"
117
version_scheme = "post-release"

0 commit comments

Comments
 (0)