Skip to content

Commit e4d8f31

Browse files
author
renaud gaudin
committed
Released v1.0.0
1 parent 16953fc commit e4d8f31

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
env:
99
TWINE_USERNAME: __token__
1010
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
11-
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
1211

1312
jobs:
1413
release:
@@ -17,7 +16,7 @@ jobs:
1716
strategy:
1817
matrix:
1918
os: [ubuntu-latest, macos-latest]
20-
python-version: [3.6, 3.7, 3.8, 3.9]
19+
python-version: [3.8]
2120

2221
steps:
2322
- uses: actions/checkout@v2
@@ -47,7 +46,7 @@ jobs:
4746
run: |
4847
pip install --upgrade twine
4948
twine check dist/*
50-
if [ "${{ matrix.os }}" == "ubuntu-latest" -a "${{ matrix.python-version }}" = "3.6" ]
49+
if [ "${{ matrix.os }}" == "ubuntu-latest" -a "${{ matrix.python-version }}" = "3.8" ]
5150
then
5251
twine upload dist/*
5352
fi

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 1.0.0
2+
3+
- initial version

wikihow2zim/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0.dev2
1+
1.0.0

0 commit comments

Comments
 (0)