Skip to content

Commit

Permalink
Get tags working
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd committed May 28, 2024
1 parent 65e11d6 commit 0078280
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build Wheels

on:
push:
tag:
- '*'
branches:
- main
pull_request:
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ requires = [
]
build-backend = "setuptools.build_meta"


[project]
name = "H2MM_C"
dynamic = ["version", ]
Expand Down Expand Up @@ -38,17 +39,21 @@ dependencies = [
'importlib_metadata;python_version<"3.8"'
]


[project.urls]
Homepage = "https://github.com/harripd/H2MMpythonlib"
Documentation = "https://h2mmpythonlib.readthedocs.io/en/latest/"
Repositories = "https://github.com/harripd/H2MMpythonlib/"
Issues = "https://github.com/harripd/H2MMpythonlib/issues"


[tool.pytest.ini_options]


[tool.setuptools.packages.find]
include = ['H2MM_C']


[tool.setuptools_scm]
version_scheme = "post-release"

Expand Down

0 comments on commit 0078280

Please sign in to comment.