We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ffa56 commit fdaba43Copy full SHA for fdaba43
.github/workflows/publish.yml
@@ -102,6 +102,7 @@ jobs:
102
103
publish-to-testpypi:
104
name: Publish Python 🐍 distribution 📦 to TestPyPI
105
+ if: ${{ github.ref == 'refs/heads/main' }}
106
needs:
107
- build
108
runs-on: ubuntu-latest
pyproject.toml
@@ -73,7 +73,7 @@ requires = ["setuptools>=61.0"]
73
build-backend = "setuptools.build_meta"
74
75
[tool.setuptools]
76
-packages = ["btk"]
+packages = ["btk", "btk.metrics"]
77
78
[tool.ruff]
79
# Exclude a variety of commonly ignored directories.
0 commit comments