Skip to content

Commit 7c5c25c

Browse files
committed
try dryrun release with poetry
1 parent 9aafbf5 commit 7c5c25c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ publish: ## publish a release to pypi.
3535
@echo "🚀 Publishing: Dry run."
3636
@poetry config pypi-token.pypi $(PYPI_TOKEN)
3737
@poetry publish --dry-run
38-
@echo "🚀 Publishing."
39-
@poetry publish
38+
# @echo "🚀 Publishing."
39+
# @poetry publish
4040

4141
.PHONY: build-and-publish
4242
build-and-publish: build publish ## Build and publish.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["wheel", "poetry-core>=1.0.0"]
3+
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "libvcell"

0 commit comments

Comments
 (0)