New version of my package does not show up on in pypi.ord/projects/

I use github-actions to push updates to my project pyreparse · PyPI but the new versions, have not been showing up. If you want to see the setup:

I updated pyproject.toml with th new version number 0.0.4. Now errors in glowflow which has worked in the past.

The project webdata/README.md has shown up recently, but the version number and the last update date has not updated.

Any help to debug is appreciated.

Which action were you expecting to do the upload? You’re python-publish.yml workflow has never been ran.

Thanks for looking into this. :slight_smile:
These are the actions that run…

  • python-package.yml

  • python-publish.yml

I pretty sure that they run. Here’s what I see in work flows…


Oh yea, I’m seeing that only the build process is running and not the publish.
Hmmm… Not sure why that is. Any ideas?

Thanks. It’s been a while… I did add a tag to trigger the publish action.

Many thanks.

:smiley:

1 Like