Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 26, 2024
1 parent b44fc28 commit 7e19805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
- name: 🚀 Publish to PyPI
uses: pypa/[email protected]
if: steps.release.outputs.released == 'true'
# with:
# password: ${{ secrets.PYPI_API_TOKEN }}
# repository-url: https://pypi.org/p/codeforlife
with:
password: ${{ secrets.PYPI_API_TOKEN }}
repository-url: https://pypi.org/p/codeforlife
2 changes: 1 addition & 1 deletion codeforlife/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

# Do NOT set manually!
# This is auto-updated by python-semantic-release in the pipeline.
__version__ = "0.22.1"
__version__ = "0.22.4"

0 comments on commit 7e19805

Please sign in to comment.