Hi team,
I am doing the Get Ready to Release Your Managed Package challenge in the Build Applications with CumulusCI trail.
I have followed all the instructions twice now, but get stuck at the part when I need to upload a new beta managed package version by using the command cci flow run release_beta --org packaging.
When running this, I receive an error: Version not found Exception in task upload_beta
Error: Version not found
In vs code terminal.
I then run cci error info and get this:
File "C:\Users\Admin\pipx\venvs\cumulusci\Lib\site-packages\cumulusci\tasks\salesforce\package_upload.py", line 62, in _run_task
self._validate_versions()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Admin\pipx\venvs\cumulusci\Lib\site-packages\cumulusci\tasks\salesforce\package_upload.py", line 81, in _validate_versions
version = self._get_one_record(
(
...<14 lines>...
"Version not found",
)
File "C:\Users\Admin\pipx\venvs\cumulusci\Lib\site-packages\cumulusci\tasks\salesforce\package_upload.py", line 306, in _get_one_record
raise SalesforceException(message)
cumulusci.core.exceptions.SalesforceException: Version not found
I do not understand what I am doing wrong.
The only thing I have found similar is here: https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000Bu8MdSAJ
but this was a bug more then 3 years ago and has supposedly been fixed.
Any ideas what I am doing wrong?