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

Upgrade GitHub Actions for release process #480

Merged
merged 2 commits into from Jul 18, 2022
Merged

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jul 17, 2022

No description provided.


- name: Build source distribution
run: |
python -m pip install -U setuptools wheel pip
python -m pip install --upgrade setuptools wheel pip
Copy link
Contributor Author

@cclauss cclauss Jul 17, 2022

Choose a reason for hiding this comment

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

pip install has command line options for:
--upgrade
--upgrade-strategy
--user
--use-pep517

In a workflow, it is better to be explicit about which of these four we are using.

fantix
fantix approved these changes Jul 17, 2022
@fantix fantix merged commit 1008694 into MagicStack:master Jul 18, 2022
9 checks passed
@cclauss cclauss deleted the patch-1 branch Jul 18, 2022
@ben9923
Copy link

@ben9923 ben9923 commented Jul 23, 2022

@fantix @cclauss I think those changes will make the release workflow fail. See #447 (comment).

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.

None yet

3 participants