@@ -101,11 +101,11 @@ jobs:
101101 run : python3 -m pip install nox
102102 - name : Run Tests
103103 run : python3 -m nox -e tests
104- - name : Upload to codecov
105- uses : codecov/codecov-action@v5
106- with :
107- token : ${{ secrets.CODECOV_TOKEN }}
108- fail_ci_if_error : true
104+ # - name: Upload to codecov
105+ # uses: codecov/codecov-action@v5
106+ # with:
107+ # token: ${{ secrets.CODECOV_TOKEN }}
108+ # fail_ci_if_error: true
109109
110110 rhel8-appstream-py38 :
111111 name : rhel8-appstream-py38
@@ -119,11 +119,11 @@ jobs:
119119 run : python3.8 -m pip install nox
120120 - name : Run Tests
121121 run : python3.8 -m nox -e tests
122- - name : Upload to codecov
123- uses : codecov/codecov-action@v5
124- with :
125- token : ${{ secrets.CODECOV_TOKEN }}
126- fail_ci_if_error : true
122+ # - name: Upload to codecov
123+ # uses: codecov/codecov-action@v5
124+ # with:
125+ # token: ${{ secrets.CODECOV_TOKEN }}
126+ # fail_ci_if_error: true
127127
128128 rhel8-appstream-py39 :
129129 name : rhel8-appstream-py39
@@ -142,6 +142,7 @@ jobs:
142142 with :
143143 token : ${{ secrets.CODECOV_TOKEN }}
144144 fail_ci_if_error : true
145+ use_pypi : true
145146
146147 rhel9-system-python :
147148 name : rhel9-system-python
0 commit comments