Igloo helpers for clickable.
Project description
clickable\_igloo
provides igloo helpers for clickable
.
Release
Stable branch is master
; development branch is dev
. Usual release steps are :
# install dev tools and switch in pipenv
pipenv install --dev
pipenv shell
# update setup.py to target clickable release
# (use a git branch)
# update Pipfile.lock
pipenv lock --clear
pipenv install --dev
# prepare dev branch for release...
# update version
# increase version; may be launch multiple time to cycle dev, rc, ...
bump2version --verbose prerel [--allow-dirty] [--no-commit] [--no-tag]
# merge on main
git checkout main
git pull
git merge dev
# prepare next development version (+1dev0)
git checkout dev
bump2version --verbose --no-tag minor
# push all (launch with --dry-run to check before actual update)
# delete (git tag -d <tag> unneeded tags - dev, rc)
git push --all
git push --tag
# publish (pypi credentials required)
git checkout tag
pipenv shell
python setup.py clean --all
rm -rf dist/*
python setup.py sdist
python setup.py bdist_wheel
# fake upload
# run pypi-server in another shell
mkdir -p /tmp/packages && pypi-server -P . -a . /tmp/packages/
twine upload -u "" -p "" --repository-url http://localhost:8080/ dist/*.whl dist/*.tar.gz
# real upload
twine upload dist/*.whl dist/*.tar.gz
History
v1.1 (2012-12-24)
Publishing procedure update.
v1.0 (2021-09-25)
- reworked versioning and build system
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clickable_igloo-1.1.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file clickable_igloo-1.1.tar.gz
.
File metadata
- Download URL: clickable_igloo-1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79641bd930ed90a0dcb7b6356520d610865b3e763e0415649a9bace93d37d5c0 |
|
MD5 | 7c22d536b3f803d8e6c299826ee94231 |
|
BLAKE2b-256 | 87a83b899e29848629b9f482d6718292efa6d2fe2615e1fe1cd1802518b0c7e7 |
File details
Details for the file clickable_igloo-1.1-py3-none-any.whl
.
File metadata
- Download URL: clickable_igloo-1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d554e501225164b31785e63a24f8cbae4a68beb17ed1667e9f0cc60fbc3c820f |
|
MD5 | d6968d4f5dc47893d1831b2b62b3c05c |
|
BLAKE2b-256 | d0dc655409a0373eae299864d6252f9233e75165c74e42c79678e9b352af3482 |