This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 0b937305f0 add custom package directory (#3492)
0b937305f0 is described below
commit 0b937305f085ab11ae0cc2700c837ff0adae0829
Author: Tim <[email protected]>
AuthorDate: Tue Feb 18 16:42:33 2025 +0100
add custom package directory (#3492)
---
.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 }}