This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch path-pypi-deployment in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 9da58bcb50be9a5401a0c1d9863bde8ddacad67f Author: Tim <[email protected]> AuthorDate: Tue Feb 18 08:58:10 2025 +0100 add custom package directory --- .github/workflows/pypi-deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi-deployment.yml b/.github/workflows/pypi-deployment.yml index f4b15e7237..8794255b61 100644 --- a/.github/workflows/pypi-deployment.yml +++ b/.github/workflows/pypi-deployment.yml @@ -54,6 +54,7 @@ jobs: - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1 with: + packages-dir: ./streampipes-client-python/dist/ user: __token__ password: ${{ secrets.PYPI_TOKEN }}
