Skip to content

Commit

Permalink
Fix pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
raultapia committed Oct 25, 2023
1 parent b4cb7c3 commit 32f9b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email="[email protected]",
url='https://github.com/raultapia',
license="GPLv3",
version='1.0.7',
version='1.0.8',
description='A command line tool to list all BUG, TODO, HACK, NOTE, and FIXME keywords in your code.',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 32f9b47

Please sign in to comment.