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

fix: only try to upload if version number changed #44

Merged
merged 1 commit into from
Oct 25, 2021
Merged

Conversation

shawaj
Copy link
Member

@shawaj shawaj commented Oct 24, 2021

Why

Make building and testing better

How

This is a partial fix for #20 which will avoid trying to upload the file to PyPI when version number hasn't changed in setup.py

This means we can allow other tests to proceed and get a green tick in PRs without having to constantly bump version number.

This will upload build artifacts so the build is still available for testing, just not from PyPI

References

#20

This is a partial fix for #20 which will avoid trying to upload the file to PyPI when version number hasn't changed in setup.py

This means we can allow other tests to proceed and get a green tick in PRs without having to constantly bump version number.

This will uploads build artifacts so the build is still available for testing, just not from PyPI
@shawaj shawaj requested a review from a team as a code owner October 24, 2021 03:50
@shawaj shawaj merged commit f8b2d8c into master Oct 25, 2021
@shawaj shawaj deleted the shawaj/build-fix branch October 25, 2021 13:18
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

Successfully merging this pull request may close these issues.

2 participants