upd publish action

This commit is contained in:
onyx-and-iris 2025-07-14 03:25:52 +01:00
parent ed4531c305
commit 44dadcee23

View File

@ -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' run: hatch publish
uses: pypa/gh-action-pypi-publish@release/v1