This is an automated email from the ASF dual-hosted git repository. hutcheb pushed a commit to branch fix/plc4py_venv in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit a77016dfd5533a94db78874b0ba0d4a6c156aed0 Author: Ben Hutcheson <[email protected]> AuthorDate: Fri Apr 22 07:12:56 2022 +1000 Change dist folder to target --- sandbox/plc4py/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/plc4py/pom.xml b/sandbox/plc4py/pom.xml index 5014d22c9c..9f30a003e2 100644 --- a/sandbox/plc4py/pom.xml +++ b/sandbox/plc4py/pom.xml @@ -153,7 +153,7 @@ <argument>wheel</argument> <argument>.</argument> <argument>-w</argument> - <argument>dist</argument> + <argument>target</argument> <argument>--no-deps</argument> </arguments> </configuration>
