Skip to content

Commit 3e08c76

Browse files
authored
Fix wheel upload wildcards (#155)
## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/contributing.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #155
1 parent a44702f commit 3e08c76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ package:wheel:
108108
- ./ci/scripts/gitlab/build_wheel.sh
109109
artifacts:
110110
paths:
111-
# match - .tmp/wheels/agentiq/<version>/*.whl, .tmp/wheels/agentiq-crewai/<version>/*.whl etc.
112-
- .tmp/wheels/*/*/*.whl
113-
- .tmp/wheels/examples/*.whl
111+
# match - .tmp/wheels/aiqtoolkit/aiqtoolkit/<version>/*.whl, .tmp/wheels/aiqtoolkit/aiqtoolkit-crewai/<version>/*.whl etc.
112+
- .tmp/wheels/aiqtoolkit/*/*/*.whl
113+
- .tmp/wheels/aiqtoolkit/examples/*.whl
114114
expire_in: 1 week
115115

116116

0 commit comments

Comments
 (0)