File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ jobs:
170170 pdm publish --no-build --repository testpypi
171171
172172 - name : Test Installing 🍿
173+ continue-on-error : true
173174 run : |
174175 pip install --index-url https://test.pypi.org/simple --no-deps $PACKAGE_NAME==$PACKAGE_VERSION
175176
Original file line number Diff line number Diff line change @@ -115,8 +115,9 @@ jobs:
115115 continue-on-error : true
116116
117117 - name : Test Installing 🍿
118+ continue-on-error : true
118119 run : |
119- pip install --index-url https://test.pypi.org/simple --no-deps $PACKAGE_NAME==$PACKAGE_VERSION
120+ pip3 install --index-url https://test.pypi.org/simple --no-deps $PACKAGE_NAME==$PACKAGE_VERSION
120121
121122 - name : Publish Package to PyPI 🥩
122123 if : github.ref == 'refs/heads/main'
You can’t perform that action at this time.
0 commit comments