Automate the PyPI release
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 48/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- github-actions, shell
- Domain
- build-system, ci-cd, release
Research direction
Start with the existing publish workflow and the linked comment for the proposed tag-triggered structure. Trace how the workflow currently builds and publishes releases, then verify that pushing a v* tag builds the release and publishes it to PyPI without manual triggering.
Written by the indexing model from the issue text.
Description
Rather than manually trigger a PyPI release on the publish workflow, we could automate it so when tags are pushed a release is built and pushed to PyPI, see this comment
name: PyPI/Github Release
on:
push:
tags:
- "v*"
jobs:
build_wheels:
runs-on: ${{ matrix.os }}
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
strategy:
matrix:
...
thanks @andyfaff for the idea.
- Dominant language
- Shell
- Stars
- 17
- Forks
- 25
- Avg merge
- 7h 10m
- Merged PRs (30d)
- 1
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 MacPython/openblas-libs
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
MacPython/openblas-libs#231 · 13 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
MacPython/openblas-libs#228 · 6 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
MacPython/openblas-libs#224 · 9 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
MacPython/openblas-libs#215 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
MacPython/openblas-libs#211 · 7 comments ·
All issues in MacPython/openblas-libs
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
bug easy help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
lacs-project/sysknife#503 ·
-
help wanted kind/documentation
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
liquidmetal-dev/flintlock#1239 ·