From 736f3db437af2db5add66c66ea10390148cb5772 Mon Sep 17 00:00:00 2001 From: mboot-github <130295084+mboot-github@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:37:52 +0200 Subject: [PATCH 1/5] add version (#64) --- README.md | 3 +++ whoisdomain/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc4f90..2f419e0 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,6 @@ see the Analizer directory and `make suggest`. ## 2.20260805.2 - create a separate Issues text and rephrase the memory issue after better testing from [Misiu](https://github.com/Misiu) + +## 2.20260806.1 +- test auto publish on tag push diff --git a/whoisdomain/version.py b/whoisdomain/version.py index 07f410c..d5085ae 100644 --- a/whoisdomain/version.py +++ b/whoisdomain/version.py @@ -1,2 +1,2 @@ # This module only makes the version available for dynamic versioning -VERSION = "2.20260805.2" +VERSION = "2.20260806.1" From c2ee92b995d91819f9b4f771597178413643e9b9 Mon Sep 17 00:00:00 2001 From: mboot-github <130295084+mboot-github@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:42:39 +0200 Subject: [PATCH 2/5] add version (#65) From 74ac0b2f5684b362351e6b2cf33df85bb685fce2 Mon Sep 17 00:00:00 2001 From: mboot-github <130295084+mboot-github@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:08:30 +0200 Subject: [PATCH 3/5] add new version but no tag yet --- README.md | 3 +++ whoisdomain/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f419e0..897802d 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,6 @@ see the Analizer directory and `make suggest`. ## 2.20260806.1 - test auto publish on tag push + +## 2.20260806.2 +- test again diff --git a/whoisdomain/version.py b/whoisdomain/version.py index d5085ae..a2d4c0d 100644 --- a/whoisdomain/version.py +++ b/whoisdomain/version.py @@ -1,2 +1,2 @@ # This module only makes the version available for dynamic versioning -VERSION = "2.20260806.1" +VERSION = "2.20260806.2" From ceff5a84f5b6f61134f408c3490acfb8607d391d Mon Sep 17 00:00:00 2001 From: mboot-github <130295084+mboot-github@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:13:08 +0200 Subject: [PATCH 4/5] do not build during push updates, only during release --- .github/workflows/lint.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6017362..a279ee8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,30 +53,3 @@ jobs: - name: Smoke test run: python -c "import whoisdomain; print(whoisdomain.getVersion())" - - build: - name: Build distribution packages - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: Check out repository - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - - name: Set up Python 3.10 - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 - with: - python-version: "3.10" - - - name: Install build dependencies - run: | - python -m pip install --upgrade pip - pip install build hatchling - - - name: Build sdist and wheel - run: python -m build - - - name: Upload built artifacts - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 - with: - name: dist - path: dist/ From b560050f75fe74aa50ec732aafbccb26d24b3482 Mon Sep 17 00:00:00 2001 From: mboot-github <130295084+mboot-github@users.noreply.github.com> Date: Thu, 6 Aug 2026 13:24:53 +0200 Subject: [PATCH 5/5] test again auto publish pypi --- README.md | 3 +++ whoisdomain/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 897802d..5881789 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,6 @@ see the Analizer directory and `make suggest`. ## 2.20260806.2 - test again + +## 2.20260806.3 +- in 2 the pipy publish worded but the release already exists so one more time diff --git a/whoisdomain/version.py b/whoisdomain/version.py index a2d4c0d..47a9ec9 100644 --- a/whoisdomain/version.py +++ b/whoisdomain/version.py @@ -1,2 +1,2 @@ # This module only makes the version available for dynamic versioning -VERSION = "2.20260806.2" +VERSION = "2.20260806.3"