-1

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?

sinoroc
  • 18,409
  • 2
  • 39
  • 70
Rajeev
  • 5
  • 3

2 Answers2

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

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