dsidlo
(DSidlo)
1
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.
bwoodsend
(Brénainn Woodsend)
2
Which action were you expecting to do the upload? You’re python-publish.yml workflow has never been ran.
dsidlo
(DSidlo)
3
Thanks for looking into this. 
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?
dsidlo
(DSidlo)
4
Thanks. It’s been a while… I did add a tag to trigger the publish action.
Many thanks.

1 Like