Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 committed Jun 3, 2024
1 parent c09b88a commit 98373ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Python 🐍 distribution 📦 to PyPI

on: push
on:
push:
branches:
- 'release/**'

jobs:
build:
Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_file = "Solverz/_version.py"

[project]
name = "Solverz"
version = "0.0.1rc4"
dynamic = ["version"]
dependencies = [
"sympy>=1.11.1",
"numba == 0.58.1",
Expand Down

0 comments on commit 98373ac

Please sign in to comment.