Compare commits

..

No commits in common. "main" and "v0.20.0" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: pypi
environment: release
permissions:
# This permission is needed for private repositories.
contents: read
@ -36,4 +36,5 @@ jobs:
run: hatch build
- name: Publish on PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: github.ref == 'refs/heads/main'
run: hatch publish

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
#
# SPDX-License-Identifier: MIT
__version__ = '0.20.2'
__version__ = '0.20.0'