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

Set up workflow with auto for releasing & PyPI uploads #86

Merged
merged 4 commits into from
Apr 13, 2021
Merged

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Nov 20, 2020

I also added a MANIFEST.in so that some files that are needed for building from sdist are included in sdists.

Closes #85.

This PR also needs to be accompanied by the following changes:

  • Create the necessary labels for auto by running GH_TOKEN=... auto create-labels in a copy of this repository containing .autorc
  • A GitHub release must be created for the most recent version of the project
  • An auth token for uploading assets for the project to PyPI must be saved as a secret named "PYPI_TOKEN"

@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #86 (04cda0b) into master (d8da5e6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   81.33%   81.33%           
=======================================
  Files          57       57           
  Lines        4650     4650           
=======================================
  Hits         3782     3782           
  Misses        868      868           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8da5e6...04cda0b. Read the comment docs.

* origin/master:
  0.8.2 release (+ignore __testhome__
  RF: Replace custom SafeConfigParserWithIncludes with standard ConfigParser
  BF: gh - handle situation when cloned repo is still empty
  DOC: forgotten update to changelog.rst
  0.8.1 release changelog and version boost
  BF: fixup for use of private datalad's functionality for github auth
  minimal Changelog for 0.8.0
  RF: Discontinue use of feature exclusive to the old DataLad Runner
  TST: openfmri: Handle get() exception raised by upcoming datalad
  TST: travis: Upgrade pip before installing datalad
  0.7.0 release changes (changelog etc)
  RF: use .drop instead of protected repo._annex_custom_command
  RF: Discontinue use of GitRepo._git_custom_command()

 Conflicts:
	CHANGELOG.md - included recent ones and remove leading '#' for them too
@yarikoptic yarikoptic added patch Increment the patch version when merged release Create a release when this pr is merged labels Apr 13, 2021
@yarikoptic
Copy link
Member

I think I have done everything there to be done, so let's see a release to happen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged release Create a release when this pr is merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use 'auto' for releases
2 participants