diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ab29cb..f8b3c9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,6 +78,6 @@ jobs: - name: 🚀 Publish to PyPI uses: pypa/gh-action-pypi-publish@v1.12.2 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 diff --git a/codeforlife/version.py b/codeforlife/version.py index 3f235ca..001fa26 100644 --- a/codeforlife/version.py +++ b/codeforlife/version.py @@ -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"