From e4d8f311319f8434d99e36f2e469ace40fd443d7 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Fri, 1 Oct 2021 15:57:42 +0000 Subject: [PATCH] Released v1.0.0 --- .github/workflows/release.yml | 5 ++--- CHANGELOG.md | 3 +++ wikihow2zim/VERSION | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bab9f8..de90f95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,6 @@ on: env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} - TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/ jobs: release: @@ -17,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.8] steps: - uses: actions/checkout@v2 @@ -47,7 +46,7 @@ jobs: run: | pip install --upgrade twine twine check dist/* - if [ "${{ matrix.os }}" == "ubuntu-latest" -a "${{ matrix.python-version }}" = "3.6" ] + if [ "${{ matrix.os }}" == "ubuntu-latest" -a "${{ matrix.python-version }}" = "3.8" ] then twine upload dist/* fi diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68275cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.0.0 + +- initial version diff --git a/wikihow2zim/VERSION b/wikihow2zim/VERSION index 5c4e64f..3eefcb9 100644 --- a/wikihow2zim/VERSION +++ b/wikihow2zim/VERSION @@ -1 +1 @@ -1.0.0.dev2 +1.0.0