Skip to content

Commit

Permalink
[f] Upgrade publisher package
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyengl99 committed Mar 30, 2024
1 parent b5965e9 commit ecd31a9
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 @@ -32,7 +32,7 @@ jobs:
- name: Build distribution
run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.8.6
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Dump GitHub context
Expand Down
2 changes: 1 addition & 1 deletion headless_cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A simple django-based headless CMS."""

__version__ = "0.0.1"
__version__ = "0.0.3"

0 comments on commit ecd31a9

Please sign in to comment.