Projects STRLCPY hiphp Commits f125636d
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    .github/workflows/pipup.yml
    skipped 26 lines
    27 27   with:
    28 28   python-version: 3.8
    29 29   
     30 + # Install requirements
     31 + - name: "Installs requirements"
     32 + run: bash install_all_requirements_linux.sh
     33 + 
    30 34   # Install dependencies
    31 35   - name: "Installs dependencies"
    32 36   run: |
    skipped 8 lines
    41 45   env:
    42 46   TWINE_USERNAME: __token__
    43 47   TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
     48 + 
Please wait...
Page is in error, reload to recover