fgimian / paramiko-expect

A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
204 stars 78 forks source link

0.3.0 version not available on pypi mirror #67

Closed sar772004 closed 2 years ago

sar772004 commented 3 years ago

@fruch Any idea why the 0.3.0 is not making to the pypi mirror ?

fruch commented 3 years ago

my bad, I wasn't pushing the correct tags (and didn't update setup.py)

fruch commented 3 years ago

here is the CI run that should push it https://github.com/fgimian/paramiko-expect/actions/runs/615748009

fruch commented 3 years ago

had to upload it manually

@fgimian can you grant me admin access ? so I can setup the need token for CI to actually be able to push new versions ?

fgimian commented 3 years ago

had to upload it manually

@fgimian can you grant me admin access ? so I can setup the need token for CI to actually be able to push new versions ?

Hey mate, would aboslutely be happy to, but I don't see how to do this on GitHub. I wonder if we need to move it into an organisation to do this.

If you know what's needed to grant the right permissions, feel free to let me know and I'll take care of it right away. 😄

fruch commented 3 years ago

You are correct, I'm used to working under organization.

Care to create a pypi account and I'll add you in pypi project ? And I can walk you through it ? How to set the correct key in place in git ?

BTW, I think we should again look for others who want to take point on it (I'm not using it anymore myself)

On Wed, Mar 3, 2021, 11:34 Fotis Gimian notifications@github.com wrote:

had to upload it manually

@fgimian https://github.com/fgimian can you grant me admin access ? so I can setup the need token for CI to actually be able to push new versions ?

Hey mate, would aboslutely be happy to, but I don't see how to do this. I wonder if we need to move it into an organisation to do this.

If you know what's needed to grant the right permissions, feel free to let me know and I'll take care of it right away. 😄

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fgimian/paramiko-expect/issues/67#issuecomment-789575749, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACTH45SCKM2EQQDRKCZSYDTBX7DDANCNFSM4WUOIDFQ .

fgimian commented 3 years ago

You are correct, I'm used to working under organization. Care to create a pypi account and I'll add you in pypi project ? And I can walk you through it ? How to set the correct key in place in git ? BTW, I think we should again look for others who want to take point on it (I'm not using it anymore myself) … On Wed, Mar 3, 2021, 11:34 Fotis Gimian @.***> wrote: had to upload it manually @fgimian https://github.com/fgimian can you grant me admin access ? so I can setup the need token for CI to actually be able to push new versions ? Hey mate, would aboslutely be happy to, but I don't see how to do this. I wonder if we need to move it into an organisation to do this. If you know what's needed to grant the right permissions, feel free to let me know and I'll take care of it right away. 😄 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#67 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACTH45SCKM2EQQDRKCZSYDTBX7DDANCNFSM4WUOIDFQ .

Hey mate, no worries at all.

I have a PyPI account with the username fgimian, and happy to work with you and get it all sorted out.

The point though, is that I don't own the paramiko-expect project on PyPI, I believe that's under your account. But please let me know what you would like done and I'll be happy to help. You're welcome to email me (see commit history for my email) if the instructions contain secret info.

I haven't used this library since 2012 either, at the time I was working on the Cisco CDS product and needed to automate some tasks which is why I developed it, but I haven't touched any appliance devices for close to a decade now. So happy to put out the request for a new maintainer again.

Huge love and thanks so much for supporting the project all these years! Fotis