We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aafbf5 commit 7c5c25cCopy full SHA for 7c5c25c
Makefile
@@ -35,8 +35,8 @@ publish: ## publish a release to pypi.
35
@echo "🚀 Publishing: Dry run."
36
@poetry config pypi-token.pypi $(PYPI_TOKEN)
37
@poetry publish --dry-run
38
- @echo "🚀 Publishing."
39
- @poetry publish
+# @echo "🚀 Publishing."
+# @poetry publish
40
41
.PHONY: build-and-publish
42
build-and-publish: build publish ## Build and publish.
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["setuptools", "wheel"]
3
-build-backend = "setuptools.build_meta"
+requires = ["wheel", "poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "libvcell"
0 commit comments