Skip to content

Commit 431d303

Browse files
committed
Disable test pypi
1 parent 7ed2ebf commit 431d303

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
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

0 commit comments

Comments
 (0)