From 76dc03ff2c74fe868ae5c80d7a988ca215fcc728 Mon Sep 17 00:00:00 2001 From: tyteen4a03 Date: Sun, 3 Mar 2024 18:55:02 +0100 Subject: [PATCH] fix: dist folder location for release [skip-ci] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a9ba9e..6880929 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,4 +132,4 @@ jobs: if: ${{ github.actor == github.repository_owner && startsWith(github.ref, 'refs/tags') }} with: password: ${{ secrets.pypi_password }} - packages_dir: artifact/ + packages_dir: dist/