Skip to content

Commit b8fd157

Browse files
committed
Stop publishing to the test pypi
1 parent f415526 commit b8fd157

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,6 @@ jobs:
9696
name: wheels-macos-latest
9797
path: dist
9898

99-
- name: Publish package to Test PyPI
100-
uses: pypa/gh-action-pypi-publish@release/v1
101-
with:
102-
packages_dir: dist
103-
user: __token__
104-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
105-
repository_url: https://test.pypi.org/legacy/
106-
10799
- name: Publish package to Production PyPI
108100
uses: pypa/gh-action-pypi-publish@release/v1
109101
with:

0 commit comments

Comments
 (0)