updatet regex pattern to support postfix

This commit is contained in:
mazzol_a
2025-04-23 17:09:06 +02:00
committed by Dhanya Thattil
parent 1286373894
commit f3be955763
4 changed files with 5 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ jobs:
run: conda config --set anaconda_upload no
- name: Build
run: conda build ./conda-recipes/python-client --output-folder build_output
run: conda build conda-recipes/python-client --output-folder build_output
- name: Upload all Conda packages
uses: actions/upload-artifact@v4