Skip to content

Commit 9780273

Browse files
📝 update pyproject.toml package version
1 parent 8a02574 commit 9780273

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pyproject.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "squarecloud-api"
3-
version = "3.2.1"
3+
version = "3.3.0"
44
description = "SquareCloud API wrapper"
55
authors = ["Robert Nogueira <robertlucasnogueira@gmail.com>"]
66
repository = "https://github.com/squarecloudofc/wrapper-api-py"
@@ -27,6 +27,13 @@ pytest-asyncio = "^0.21.1"
2727
pre-commit = "^3.3.3"
2828
ruff = "^0.0.289"
2929
memory-profiler = "^0.61.0"
30+
requests = "^2.31.0"
31+
32+
33+
[[tool.poetry.source]]
34+
name = "pypi-test"
35+
url = "https://test.pypi.org/simple/"
36+
priority = "primary"
3037

3138
[build-system]
3239
requires = ["poetry-core"]
@@ -43,10 +50,10 @@ line_length = 79
4350
[tool.taskipy.tasks]
4451
lint = "isort . && blue . && ruff ."
4552
pre_test = "task lint"
46-
test = "pytest -s -x --cov=squarecloud -vv tests"
53+
test = "pytest -s -x --cov=tests -vv tests"
4754
post_test = "coverage html"
4855
cli = "poetry run squarecloud"
49-
publish-test = "poetry publish -r test-pypi --build"
56+
publish-test = "poetry publish -r pypi-test --build"
5057
install-test = "pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple --upgrade squarecloud-api"
5158
docs = "mkdocs serve"
5259

0 commit comments

Comments
 (0)