Explorar el Código

remove allow failure from pypi CI

Jérôme BUISINE hace 4 años
padre
commit
981eaeb7b5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .github/workflows/python-publish.yml

+ 0 - 1
.github/workflows/python-publish.yml

@@ -11,7 +11,6 @@ jobs:
   deploy:
 
     runs-on: ubuntu-latest
-    allow_failure: true
     only:
       - tags
     steps: