Skip to content

Commit 7ec6070

Browse files
committed
Disable publishing to test PyPi
1 parent e94452a commit 7ec6070

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ jobs:
9494
- name: Build project
9595
run: |
9696
python3 -m build .
97-
- name: Publish to test pypi
98-
uses: pypa/gh-action-pypi-publish@release/v1
99-
with:
100-
repository-url: https://test.pypi.org/legacy/
101-
attestations: false
10297
- name: Publish to pypi
10398
uses: pypa/gh-action-pypi-publish@release/v1
10499
with:

0 commit comments

Comments
 (0)