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

[Bug]: unsync versions between GH and PyPi #706

Open
2 of 4 tasks
eamanu opened this issue Aug 5, 2024 · 0 comments
Open
2 of 4 tasks

[Bug]: unsync versions between GH and PyPi #706

eamanu opened this issue Aug 5, 2024 · 0 comments
Labels

Comments

@eamanu
Copy link

eamanu commented Aug 5, 2024

Email (Optional)

[email protected]

Version

v2024.7.29

Which OS(es) are you using?

  • MacOS
  • Windows
  • Linux

What happened?

During the package of new monty version in Debian, I could note there's a different version in PyPi with only minor changes:

$ diff monty/ monty-2024.7.30                       
Common subdirectories: monty/docs and monty-2024.7.30/docs
Only in monty/: .git
Common subdirectories: monty/.github and monty-2024.7.30/.github
Only in monty-2024.7.30: PKG-INFO
Only in monty-2024.7.30: setup.cfg
Common subdirectories: monty/src and monty-2024.7.30/src
diff --color monty/tasks.py monty-2024.7.30/tasks.py
134c134,135
< def set_ver(ctx: Context, version: str = NEW_VER) -> None:
---
> def set_ver(ctx: Context, version: str=NEW_VER) -> None:
> 
144c145
< def release(ctx: Context, notest: bool = False, version: str = NEW_VER) -> None:
---
> def release(ctx: Context, notest: bool = False, version: str=NEW_VER) -> None:
Only in monty/: tests

Code snippet

No response

Log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@eamanu eamanu added the bug label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant