diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fe10c1..7237cbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,8 +43,8 @@ jobs: - name: build run: hatch build - - name: release + - name: publish env: HATCH_INDEX_USER: __token__ HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }} - run: hatch release \ No newline at end of file + run: hatch publish \ No newline at end of file