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/ diff --git a/README.md b/README.md index 8dc4f90..5881789 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,12 @@ 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 + +## 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 07f410c..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.20260805.2" +VERSION = "2.20260806.3"