Skip to content

Commit

Permalink
This is getting stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Nov 15, 2024
1 parent 2a38403 commit d1d574f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: publish
uses: relekang/[email protected]
with:
additional_options: "--patch --force"
additional_options: "--patch"
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions src/sweetrpg_db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
__title__ = "sweetrpg-db"
__description__ = "SweetRPG database modules"
__url__ = "https://github.com/sweetrpg/db"
__version__ = "0.0.145"
__build__ = 0x000005
__version__ = "0.0.0"
__build__ = 0x000006
__author_email__ = "[email protected]"
__license__ = "MIT"
__copyright__ = "Copyright 2024 SweetRPG"
Expand Down

0 comments on commit d1d574f

Please sign in to comment.