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

Conda build and upload #22

Merged
merged 20 commits into from
Nov 25, 2023
Merged

Conda build and upload #22

merged 20 commits into from
Nov 25, 2023

Conversation

williamjameshandley
Copy link
Contributor

Description

An attempt at getting a conda build working with grayskull generated meta.yaml files.

Checklist:

  • I have performed a self-review of my own code
  • My code is black compliant (black . --check)
  • My code is isort compliant (isort . --profile black --filter-files)
  • My code contains compliant docstrings (pydocstyle --convention=numpy lsbi)
  • New and existing unit tests pass locally with my changes (python -m pytest)
  • I have added tests that prove my fix is effective or that my feature works
  • I have appropriately incremented the semantic version number in both README.rst and lsbi/_version.py

Copy link

codecov bot commented Nov 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7d7e6ca) 100.00% compared to head (833270a) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #22   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          418       418           
=========================================
  Hits           418       418           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@williamjameshandley williamjameshandley merged commit 08d628e into master Nov 25, 2023
9 checks passed
williamjameshandley added a commit that referenced this pull request Nov 25, 2023
* Corrected the build yaml file

* bump version to 0.9.2
@williamjameshandley williamjameshandley mentioned this pull request Nov 25, 2023
7 tasks
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.

1 participant