Skip to content

Commit

Permalink
Force
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Nov 15, 2024
1 parent c72b2ae commit 2a38403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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"
additional_options: "--patch --force"
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/sweetrpg_db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__description__ = "SweetRPG database modules"
__url__ = "https://github.com/sweetrpg/db"
__version__ = "0.0.145"
__build__ = 0x000004
__build__ = 0x000005
__author_email__ = "[email protected]"
__license__ = "MIT"
__copyright__ = "Copyright 2024 SweetRPG"
Expand Down

0 comments on commit 2a38403

Please sign in to comment.