Skip to content

Commit 6bdb8a6

Browse files
committed
fix(ci): temporarly remove pypi test deployment
1 parent ed6f23f commit 6bdb8a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/on_release_notes.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ jobs:
9595
- name: Build python package and wheel
9696
if: ${{ !inputs.skip_pypi }}
9797
run: poetry build
98-
- name: Upload to PyPi test
99-
if: ${{ !inputs.skip_pypi }}
100-
run: make release-test
101-
env:
102-
PYPI_USERNAME: __token__
103-
PYPI_TEST_TOKEN: ${{ secrets.PYPI_TEST_TOKEN }}
98+
# - name: Upload to PyPi test
99+
# if: ${{ !inputs.skip_pypi }}
100+
# run: make release-test
101+
# env:
102+
# PYPI_USERNAME: __token__
103+
# PYPI_TEST_TOKEN: ${{ secrets.PYPI_TEST_TOKEN }}
104104
- name: Upload to PyPi prod
105105
if: ${{ !inputs.skip_pypi }}
106106
run: make release-prod

0 commit comments

Comments
 (0)