brandon-rhodes / python-sgp4

Python version of the SGP4 satellite position library
MIT License
376 stars 88 forks source link

correct version number publish action #126

Closed mworion closed 12 months ago

mworion commented 12 months ago

@brandon-rhodes: It seems that publish action does not support just major versions numbers as others, so I choose a dedicated one like in the past. As I cannot check with the correct credentials, there is the intension on PyPI to move away from User / password to certificates or authorization through tokens. I do not know, when this will be enforced. If so, we have to change the authorization method. Hope this was a quick fix.

brandon-rhodes commented 12 months ago

It worked! Thanks so much for this fix.

mworion commented 12 months ago

@brandon-rhodes: you're welcome. I use the lib together with sky field in my project as well and I'm happy to support.