Skip to content

Commit

Permalink
Released v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 1, 2021
1 parent 16953fc commit e4d8f31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.0.0

- initial version
2 changes: 1 addition & 1 deletion wikihow2zim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.dev2
1.0.0

0 comments on commit e4d8f31

Please sign in to comment.