Skip to content

Commit 2f71beb

Browse files
build: Update package version and build/publish commands
1 parent deebc7d commit 2f71beb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ clean:
55
rm -rf build dist *.egg-info
66

77
build:
8-
python setup.py sdist bdist_wheel
8+
poetry build
99

1010
git-tag:
1111
./tag.sh $(ARGS)
1212

1313
deploy-test:
14-
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
14+
poetry publish -r test-pypi --build
1515

1616
deploy:
17-
python -m twine upload dist/*
17+
poetry publish --build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hrflow"
3-
version = "3.1.1"
3+
version = "3.1.2"
44
description = "Python hrflow.ai API package"
55
authors = ["HrFlow.ai <contact@hrflow.ai>"]
66
license = "MIT"

0 commit comments

Comments
 (0)