Compare commits

...
9 Commits
Author SHA1 Message Date
onyx_online f852a733c3 upd publish action 2025-07-14 03:27:52 +01:00
onyx_online 44dadcee23 upd publish action 2025-07-14 03:25:52 +01:00
onyx_online ed4531c305 revert publish action 2025-07-14 03:23:25 +01:00
onyx_online ec42a4cdd9 patch bump 2025-07-14 03:21:29 +01:00
onyx_online 6123c92d00 upd publish action 2025-07-14 03:21:06 +01:00
onyx_online 1ceb95ab16 fix environment name 2025-07-14 03:12:35 +01:00
onyx_online f06e2d3982 upd publish action 2025-07-14 03:10:04 +01:00
onyx_online 39dff3cc28 patch bump 2025-07-14 03:02:53 +01:00
onyx_online 967c4ab699 upd publish action 2025-07-14 02:58:25 +01:00
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -11,7 +11,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: release
environment: pypi
permissions:
# This permission is needed for private repositories.
contents: read
@@ -36,5 +36,4 @@ jobs:
run: hatch build
- name: Publish on PyPI
if: github.ref == 'refs/heads/main'
run: hatch publish
uses: pypa/gh-action-pypi-publish@release/v1
+1 -1
View File
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
#
# SPDX-License-Identifier: MIT
__version__ = '0.20.0'
__version__ = '0.20.2'