Skip to content
Commit ca836027 authored by Matthew Clarkson's avatar Matthew Clarkson Committed by Joshua Leivers
Browse files

fix: allow missing `source.archive` keyword

This prevents having to do a breaking change of the project.

Previously, the usage was that the integrity of the `git archive`
output was used to match up the dynamically generated source archive
that GitLab (or GitHub) produces.

If we _require_, `archive` then those flows will break.

However, we can easily still support them by writing out to a
placeholder `src.tar` archive.

The documentation has been updated to push people towards providing an
`archive` keyword.
parent 63fa111e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment