Updating model version on HF hub

Hey all, I am using spaCy to develop models and would like to update them from time to time to keep up with spaCy updates.

When I tried to overwrite my model (following this tutorial), I expected it would create a new repository, but I got the following error:

python -m spacy huggingface-hub push en_core_med7_lg-3.3.1-py3-none-any.whl

OSError: On branch main
Your branch is ahead of 'origin/main' by 1 commit.
  (use "git push" to publish your local commits)

nothing to commit, working tree clean

I assume it is a very naiive error, however any help will be highly appreciated.