File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ PyPi version] ( https://badge.fury.io/py/zbuilder.svg )] ( https://pypi.org/project/zbuilder/ )
44[ ![ PyPi downloads] ( https://img.shields.io/pypi/dm/zbuilder.svg )] ( https://pypistats.org/packages/zbuilder )
5- [ ![ Build status] ( https://github.com/hasiotis/zbuilder/workflows/Build%20status /badge.svg )] ( https://github.com/hasiotis/zbuilder/actions?query=workflow%3A%22Build+status %22 )
5+ [ ![ Build status] ( https://github.com/hasiotis/zbuilder/workflows/Merge%20to%20master /badge.svg )] ( https://github.com/hasiotis/zbuilder/actions?query=workflow%3A%22Merge+to+master %22 )
66[ ![ Documentation Status] ( https://readthedocs.org/projects/zbuilder/badge/?version=stable )] ( https://zbuilder.readthedocs.io/en/develop/?badge=develop )
77[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://github.com/hasiotis/zbuilder/blob/master/LICENSE )
88
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ git tag -a "v${NEW_VERSION}" -m "Version v${NEW_VERSION}"
1313git push --tags
1414
1515uv build
16- uv publish -u __token__ -p ${UV_PUBLISH_TOKEN}
16+ uv publish
1717rm -rf dist/*
1818
1919http -b POST ${READTHEDOCS_URL} " Authorization:Token ${READTHEDOCS_TOKEN} " | jq -r .build.urls.build
You can’t perform that action at this time.
0 commit comments