diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 8514082..23d4cc9 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -19,6 +19,6 @@ jobs: run: ./.venv/bin/python -m build - name: Publish the package - uses: actions/pypi-publish@v1 + uses: actions/pypi-publish@v1.8.14 with: password: ${{ secrets.PYPI_API_TOKEN }}