Pushed first version of the official package
This commit is contained in:
parent
2f68cf8907
commit
2041aaa682
@ -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/*
|
||||
|
@ -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" },
|
||||
]
|
||||
|
Reference in New Issue
Block a user