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

Add a pypi badge #54

Merged
merged 7 commits into from
Nov 24, 2022
Merged

Add a pypi badge #54

merged 7 commits into from
Nov 24, 2022

Conversation

BSchilperoort
Copy link
Contributor

@BSchilperoort BSchilperoort commented Nov 24, 2022

This PR adds the pypi version badge to the README.md.
The version has been bumped to 0.1.1, this will allow us to properly test the Action that pushes the new releases to pypi.

  • Also fixes the linter, which complains due to a change in pyroma (setup.cfg missing "python_requires" in[options]).
  • Updated the python versions in setup.cfg

Closes #52

@@ -9,7 +9,7 @@ authors:
orcid: "https://orcid.org/0000-0000-0000-0000"
Copy link
Member

@SarahAlidoost SarahAlidoost Nov 24, 2022

Choose a reason for hiding this comment

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

Please add Yang's and your information to this file, too.

CITATION.cff Outdated
@@ -9,7 +9,7 @@ authors:
orcid: "https://orcid.org/0000-0000-0000-0000"
date-released: 20??-MM-DD
Copy link
Member

Choose a reason for hiding this comment

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

Let's add the date in this PR too, e.g. 2022-11-24 or 25

@@ -60,7 +61,7 @@ conda environment before submitting the the bash script. See
### On CRIB

[CRIB](https://crib.utwente.nl/) is the ITC Geospatial Computing Platform. You
can run the model using `Matlab` or `Octave`. Currently, running the
can run the model using `Matlab` or `Octave`. Currently, running the
exceutable file on CRIB is not supported because MATLAB Runtime can not be
installed there. See [Install PyStemmusScope](#install-pystemmusscope).
Copy link
Member

Choose a reason for hiding this comment

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

There are two commands below that uses pip install from main branch. when pystemmusscope is published on pypi, we can install it by pip install pystemmusscope. Shall we fix the commands in this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

Copy link
Member

@SarahAlidoost SarahAlidoost left a comment

Choose a reason for hiding this comment

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

@BSchilperoort thanks for the changes and fixing the linter 👍 please see my comments.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Copy link
Member

@SarahAlidoost SarahAlidoost left a comment

Choose a reason for hiding this comment

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

@BSchilperoort many thanks.

@BSchilperoort BSchilperoort merged commit b687621 into main Nov 24, 2022
@BSchilperoort BSchilperoort deleted the pypi_badge branch November 24, 2022 15:27
@yijianzeng
Copy link
Contributor

Thanks a lot, Sarah, Bart, Yang, this is cool!

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.

Make a release and publish on pypi
3 participants