From 2ec4337394adc3cd3fce600fa1e10b52005a0672 Mon Sep 17 00:00:00 2001 From: Alexey Ushakov Date: Fri, 17 May 2024 18:24:29 +0200 Subject: [PATCH] action update --- .github/workflows/auto-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index bb962b5..c696141 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -15,4 +15,5 @@ jobs: - uses: etils-actions/pypi-auto-publish@v1.5.2 with: gh-token: ${{ secrets.GITHUB_TOKEN }} - parse-changelog: true \ No newline at end of file + parse-changelog: true + pkg-name: woot \ No newline at end of file