File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,6 @@ jobs:
104104 - name : Build project
105105 run : |
106106 python3 -m build .
107- - name : Publish to test pypi
108- uses : pypa/gh-action-pypi-publish@release/v1
109- with :
110- repository-url : https://test.pypi.org/legacy/
111- attestations : false
112107 - name : Publish to pypi
113108 uses : pypa/gh-action-pypi-publish@release/v1
114109 with :
Original file line number Diff line number Diff line change 99 Since readthedocs doesn't provide an easy way to enable parallel builds, Sphinx-VHS will
1010 default to 8 threads when running in readthedocs.
1111
12+ - Releases are no longer uploaded to test version of PyPi.
13+
1214## [ 1.1.0] - 2025-10-03
1315
1416- Added support for building documentation in Read the Docs (it requires exporting
You can’t perform that action at this time.
0 commit comments