Skip to content

Commit

Permalink
Fix publish github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidfzm committed Mar 30, 2020
1 parent 4e4c57b commit 4d984d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Generate distribution 📦for PyPI
run: |
python setup.py sdist
python setup.py bdist_wheel
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='Flask-HTMLmin',
version='2.0.1',
version='2.0.2',
url='https://github.com/hamidfzm/Flask-HTMLmin',
license='BSD-3-Clause',
author='Hamid FzM',
Expand Down

0 comments on commit 4d984d3

Please sign in to comment.