diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 10d6efc..43c5a35 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -76,7 +76,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: built - path: /dist + path: dist # Deploy on tags if PYPI_API_TOKEN is defined in the repository secrets. # Secrets are not accessible in the if: condition [0], so set an output variable [1] # [0] https://github.community/t/16928