saurabh18cs
Honored Contributor III

Production native approach is to maintain your artifacts in central antifactory and use this location in your .yml for libraries. This way you ensure your antifactory are properly versioned , governed and maintaining some sort of standards. I hope with this approach you can reduce your errors of missing packages/whl etc.

e.g.

        libraries:
        - pypi:
            packagerequests==2.31.0
        - pypi:
            package: yourpackage==0.0.0