Do not publish python package on all commits #7026
Merged
+0
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description Of Changes
Removes the trigger of commits to
mainfor the 'Publish fides' (i.e. publish python package) GH action. The action is still triggered by explicit tags of commits.AFAIK, we no longer use the python packages published to test PyPI on every commit to
main, so these are a waste of time and resources (and lead to noisy errors if we run out of 'space' on our test pypi index, etc.).Previously, we relied on these packages to build our 'double-edge' images in Fidesplus. We now use a different mechanism for building this image: we check out
mainof this repo (fides) directly as part of the GH action.Code Changes
mainbranchtrigger forpublish_package.ymlSteps to Confirm
Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works