-
Notifications
You must be signed in to change notification settings - Fork 23
Release task: publish browsertrace to PyPI #5
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestlaunch-blockerBlocks or materially reduces launch conversionBlocks or materially reduces launch conversionowner-actionRequires owner login, account identity, or manual approvalRequires owner login, account identity, or manual approval
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlaunch-blockerBlocks or materially reduces launch conversionBlocks or materially reduces launch conversionowner-actionRequires owner login, account identity, or manual approvalRequires owner login, account identity, or manual approval
Current status: PyPI returns
404forhttps://pypi.org/pypi/browsertrace/jsonas of the latest check, sobrowsertraceis still unpublished on PyPI.GitHub Release
v0.1.14is published and has distribution and demo assets ready:browsertrace-0.1.14-py3-none-any.whlbrowsertrace-0.1.14.tar.gzbrowsertrace-demo.htmlbrowsertrace-demo-public.htmldemo.mp4demo-poster.pngdemo.gifThe repo-side publishing setup is ready:
.github/workflows/publish.ymlexists.workflow_dispatch.environment: pypi,contents: read, andid-token: write.pypa/gh-action-pypi-publish@release/v1.pypiexists.Remaining owner action:
browsertrace:aaronlabbrowsertracepublish.ymlpypipython -m pip index versions browsertrace pipx run --spec "browsertrace[ui]" browsertrace --helppip install browsertrace pip install "browsertrace[ui]"This should happen before broad launch posts so new users can install with a normal
pip installcommand.