Pushed first version of the official package

This commit is contained in:
Roger Gonzalez 2023-08-17 11:41:34 -03:00
parent 2f68cf8907
commit 2041aaa682
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ run:
script:
- pip install build twine
- python -m build
- TWINE_PASSWORD=$PYPI_PASSWORD TWINE_USERNAME=$PYPI_USERNAME python3 -m twine upload --repository testpypi dist/*
- TWINE_PASSWORD=$PYPI_PASSWORD TWINE_USERNAME=$PYPI_USERNAME python3 -m twine upload dist/*

View File

@ -45,7 +45,7 @@ build-backend = "hatchling.build"
[project]
name = "ute_wrapper"
version = "1.0.5"
version = "1.0.0"
authors = [
{ name="Roger Gonzalez", email="roger@rogs.me" },
]