Skip to content

Commit

Permalink
ci: update PyPI publish workflows (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu01509 committed Jan 4, 2024
1 parent 984dc94 commit 642866a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
twine check ./dist/*
twine upload ./dist/*
env:
TWINE_USERNAME: __token__
TWINE_USERNAME: '__token__'
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
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="taiwanlottery",
version="1.5.0",
version="1.5.1",
author="Cliff Su",
author_email="stu01509@gmail.com",
description="Taiwan Lottery Crawler 台灣彩券爬蟲",
Expand Down

0 comments on commit 642866a

Please sign in to comment.