Skip to content

Packaged code for PyPI by heidrifx #5

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

heidrifx
Copy link

Here is the screenshot from PyPi where my package is hosted.
For convenience, this is the link: https://test.pypi.org/project/heidrifx-diffusion2d/

pypi

I also implemented the usage of Versioneer. The way I implemented it uses pre-release version as I could not upload other versions (releases) to PyPi using twine. The following as a screenshot of some pre-releases. The latest pre-release also features a change in the README.md to show that it indeed made changes.

versioneer

!!! These change will *only* be visible in the latest pre-release on PyPi !!!

## Running this package
```python
from sse-diffusion2d import diffusion2d
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The - sign here causes a syntactical error. The following worked: from heidrifx_diffusion2d import diffusion2d.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, my bad. I totally forgot to change this part of the README.md.

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

Successfully merging this pull request may close these issues.

2 participants