Skip to content

Commit

Permalink
GitHub workflow fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarant committed Mar 2, 2020
1 parent 6371dc2 commit 9868b1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Publish Python package

on:
push:
branches:
- master
tags:
- 'v*'

Expand Down Expand Up @@ -31,7 +29,6 @@ jobs:
pyinstall:
name: Build Windows executable
runs-on: windows-latest
needs: pypi
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand All @@ -47,7 +44,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pyinstaller
echo ${{ steps.tag_name.outputs.tag }}
- name: Build executable
run: |
python pyinstall.py
Expand Down
2 changes: 1 addition & 1 deletion luvdis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Copyright (C) 2020 A. Antonitis. Licensed under the MIT license.
"""
__version__ = '0.5.0'
__version__ = '0.5.1'
__doc__ = __doc__.replace('__version__', __version__)
url = __url__ = 'https://github.com/arantonitis/luvdis'

0 comments on commit 9868b1d

Please sign in to comment.