Skip to content

Commit

Permalink
Merge pull request #5 from tjtharrison/fix_pypi
Browse files Browse the repository at this point in the history
Fix pypi
  • Loading branch information
tjtharrison authored Apr 1, 2023
2 parents 1e4e334 + 8d176bb commit c91c783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
uses: "python-semantic-release/python-semantic-release@master"
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__version__ = "1.0.1"

setup(name="tmac", version=__version__)
setup(name="gpush", version=__version__)

0 comments on commit c91c783

Please sign in to comment.