Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release on PyPI #11

Closed
danieljuschus opened this issue Apr 11, 2023 · 4 comments
Closed

Update release on PyPI #11

danieljuschus opened this issue Apr 11, 2023 · 4 comments

Comments

@danieljuschus
Copy link

The newest release on here is https://github.com/edsaac/streamlit-PyVista-viewer/releases/tag/V0.0.6, but on pypi it's showing 0.0.7. That release however is missing the changes from d4386cc, which I need. What's causing issues now specifically is the height = height+100, in line 93 of init.py (too much space around the component).

@edsaac
Copy link
Owner

edsaac commented Apr 11, 2023

Done, release updated to latest version (v.0.0.7).


Curious, do you clone this repo instead of getting the package from pip ? if so, what's the advantage of that?

@danieljuschus
Copy link
Author

No, I did get it from pip, and I had to change that one line manually to make it work in my app.

So now there is 0.0.7 on GitHub, but that's different than https://pypi.org/project/stpyvista/0.0.7/ which is from the 29th of March. I don't know how PyPI works but I suppose there is a way to tell it to change its v0.0.7 to the one on Github?

@edsaac
Copy link
Owner

edsaac commented Apr 11, 2023

Upgrading to v.0.0.8 should fix the versioning mismatch.

The problem was that I did not include the latest changes to v.0.0.7 at the moment of building the package for PyPI.

@danieljuschus
Copy link
Author

Fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants