Compare commits

..

9 Commits

Author SHA1 Message Date
f852a733c3 upd publish action 2025-07-14 03:27:52 +01:00
44dadcee23 upd publish action 2025-07-14 03:25:52 +01:00
ed4531c305 revert publish action 2025-07-14 03:23:25 +01:00
ec42a4cdd9 patch bump 2025-07-14 03:21:29 +01:00
6123c92d00 upd publish action 2025-07-14 03:21:06 +01:00
1ceb95ab16 fix environment name 2025-07-14 03:12:35 +01:00
f06e2d3982 upd publish action 2025-07-14 03:10:04 +01:00
39dff3cc28 patch bump 2025-07-14 03:02:53 +01:00
967c4ab699 upd publish action 2025-07-14 02:58:25 +01:00
2 changed files with 3 additions and 4 deletions

View File

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

View File

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