File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments