Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion whoisdomain/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This module only makes the version available for dynamic versioning
VERSION = "2.20260805.2"
VERSION = "2.20260806.3"
Loading