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

Workaround for now missing setuptools which are used in setup.py #255

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

yarikoptic
Copy link
Member

Ref: #254

@yarikoptic yarikoptic added release Create a release when this pr is merged internal Changes only affect the internal API labels Jan 16, 2024
Copy link

codeclimate bot commented Jan 16, 2024

Code Climate has analyzed commit 67fa558 and detected 0 issues on this pull request.

View more on Code Climate.

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b00a790) 94.70% compared to head (67fa558) 94.70%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #255   +/-   ##
=======================================
  Coverage   94.70%   94.70%           
=======================================
  Files          24       24           
  Lines        1133     1133           
=======================================
  Hits         1073     1073           
  Misses         60       60           

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

@yarikoptic yarikoptic merged commit c4c2945 into datalad:master Jan 16, 2024
8 checks passed
@yarikoptic yarikoptic deleted the bf-setuptools branch January 16, 2024 23:56
@@ -27,6 +27,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
pypi-token: ${{ secrets.PYPI_TOKEN }}
pre-tag: |
pip install setuptools # needed for setup.py --version
Copy link
Member

Choose a reason for hiding this comment

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

@yarikoptic This is for setup.py --name, not setup.py --version (which you're not doing).

Copy link
Member Author

Choose a reason for hiding this comment

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

dang... right... damn suggestions in pycharm... will all be gone with hardcoding...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes only affect the internal API release Create a release when this pr is merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants