Skip to content

Commit 88c5292

Browse files
committed
Disable uploading to test pypi
1 parent 9fef188 commit 88c5292

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
@@ -141,11 +141,6 @@ jobs:
141141
- name: Build project
142142
run: |
143143
python3 -m build .
144-
- name: Publish to test pypi
145-
uses: pypa/gh-action-pypi-publish@release/v1
146-
with:
147-
repository-url: https://test.pypi.org/legacy/
148-
attestations: false
149144
- name: Publish to pypi
150145
uses: pypa/gh-action-pypi-publish@release/v1
151146
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [unreleased]
44

5+
- Releases are no longer uploaded to test version of PyPi.
6+
57
## [3.5.0-post1]
68

79
- Migrated documentation to Read the Docs.

0 commit comments

Comments
 (0)