Do I need to re-upload my package at PyPI when I have already pushed the latest version at GitHub? Can't they just sync?
Asked
Active
Viewed 33 times
2 Answers
1
You can use Github actions to sync when you publish the newer version. You can also go to this to know more about GitHub actions

Cubex Technologies
- 19
- 1
- 2
0
Yes, you have to upload it to PyPI, but you can use Github Actions to help you sync it when you push the newer version.
I think this and this may help you, and if you just want an example, you can check this out.

Sirius Koan
- 51
- 2
- 4
-
Can you please share any reference links? (How to achieve this.) – Rajeev Aug 14 '21 at 05:28
-
OK, I append some references to my answer. – Sirius Koan Aug 14 '21 at 05:34