Skip to content

Commit

Permalink
try adding github release
Browse files Browse the repository at this point in the history
  • Loading branch information
aforren1 committed Aug 27, 2021
1 parent 190586f commit 3e98849
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,8 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags')
with:
files: dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pygamemode',
version='0.1.1',
version='0.1.2a1',
description='A Python wrapper for the GameMode client API.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3e98849

Please sign in to comment.