Skip to content

Commit

Permalink
[fix]: Adding debug on the build
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Apr 26, 2021
1 parent 4233ee7 commit 378dd47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:
with:
user: __token__
password: ${{ secrets.pypi_api_token }}
verbose: true
# To test: repository_url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion minushalf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init file for minushalf
"""
__version__ = 1.8
__version__ = 1.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="minushalf",
version="1.8",
version="1.3",
packages=setuptools.find_packages(),
include_package_data=True,
author="Henrique Fernandes",
Expand Down

0 comments on commit 378dd47

Please sign in to comment.