File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 73
73
run : |
74
74
RELEASE_VERSION="${RELEASE_TAG_VERSION:1}"
75
75
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "$GITHUB_ENV"
76
- echo "RELEASE_VERSION=${RELEASE_VERSION}" >> $GITHUB_OUTPUT
76
+ echo "RELEASE_VERSION=${RELEASE_VERSION}" >> " $GITHUB_OUTPUT"
77
77
- name : Install dependencies
78
78
run : make dev
79
79
- name : Run all tests, linting and baselines
@@ -92,12 +92,13 @@ jobs:
92
92
- name : Build python package and wheel
93
93
if : ${{ !inputs.skip_pypi }}
94
94
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 }}
101
102
- name : Upload to PyPi prod
102
103
if : ${{ !inputs.skip_pypi }}
103
104
run : make release-prod
You can’t perform that action at this time.
0 commit comments