Skip to content

Commit 60cd53a

Browse files
committed
chore(ci): disable pypi test due to maintenance mode
1 parent 8bcc629 commit 60cd53a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/release.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
RELEASE_VERSION="${RELEASE_TAG_VERSION:1}"
7575
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "$GITHUB_ENV"
76-
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> $GITHUB_OUTPUT
76+
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "$GITHUB_OUTPUT"
7777
- name: Install dependencies
7878
run: make dev
7979
- name: Run all tests, linting and baselines
@@ -92,12 +92,13 @@ jobs:
9292
- name: Build python package and wheel
9393
if: ${{ !inputs.skip_pypi }}
9494
run: poetry build
95-
- name: Upload to PyPi test
96-
if: ${{ !inputs.skip_pypi }}
97-
run: make release-test
98-
env:
99-
PYPI_USERNAME: __token__
100-
PYPI_TEST_TOKEN: ${{ secrets.PYPI_TEST_TOKEN }}
95+
# March 1st: PyPi test is under maintenance....
96+
# - name: Upload to PyPi test
97+
# if: ${{ !inputs.skip_pypi }}
98+
# run: make release-test
99+
# env:
100+
# PYPI_USERNAME: __token__
101+
# PYPI_TEST_TOKEN: ${{ secrets.PYPI_TEST_TOKEN }}
101102
- name: Upload to PyPi prod
102103
if: ${{ !inputs.skip_pypi }}
103104
run: make release-prod

0 commit comments

Comments
 (0)