Skip to content

Commit

Permalink
test publishing from action
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Dec 22, 2023
1 parent 5d1e221 commit efde714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
hatch build
hatch publish
hatch publish -y
2 changes: 1 addition & 1 deletion src/datasette_reconcile/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present David Kane <david@dkane.net>
#
# SPDX-License-Identifier: MIT
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit efde714

Please sign in to comment.