Make dry-run publish steps' labeling more explicit
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 73/100
Research direction
Review .github/workflows/deploy.yml and .github/actions/deploy, along with the workflows that currently repeat the deploy steps. Update the publish-step labeling so dry runs are visibly marked, then run the affected GitHub Actions workflow to confirm the job name communicates that no real upload occurred.
Written by the indexing model from the issue text.
Description
From https://github.com/riseproject-dev/python-wheels/pull/204#discussion_r3734442848:
not strictly related to this PR, but what about having a ./.github/workflows/deploy.yml workflow that would contains this to avoid copying it in each individual workflow?
The other benefit is that inside this file we could do something like:
- name: Deploy${{ github.ref != 'refs/heads/main' && ' (dry run)' || '' }}
uses: ./.github/actions/deploy
with:
dry-run: ${{ github.ref != 'refs/heads/main' }}
So the name of the job will actually contain "(dry run)" . Right now, we have the impression that the publish job succeeded and correctly uploaded file on the registry
Further deploy changes probably aren't worth the effort, but taking Julien's suggestion to make the dry-run labeling more explicit would be helpful for our PRs.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 17h 2m
- Merged PRs (30d)
- 959
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from riseproject-dev/python-wheels
-
wheel
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
riseproject-dev/python-wheels#2134 ·
-
waiting for maintainer wheel
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
riseproject-dev/python-wheels#1919 · 1 comment ·
-
pot riscv64 support Openwheel
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
riseproject-dev/python-wheels#1920 ·
-
wheel
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
riseproject-dev/python-wheels#1922 ·
-
mlx riscv64 support Openwheel
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
riseproject-dev/python-wheels#1914 ·
All issues in riseproject-dev/python-wheels
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100