Loading .github/workflows/badge.yml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ jobs: python-version: [ 3.8 ] steps: - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading .github/workflows/doc.yml +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ jobs: with: swap-size-gb: 8 - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading Loading @@ -101,7 +101,7 @@ jobs: with: swap-size-gb: 8 - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading .github/workflows/release.yml +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading @@ -37,7 +37,7 @@ jobs: run: | python -m build --sdist --wheel --outdir dist/ - name: Publish distribution 📦 to real PyPI uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_PASSWORD }} - name: Upload binaries to release Loading .github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ jobs: run: | echo "IS_PYPY=1" >> $GITHUB_ENV - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading Loading
.github/workflows/badge.yml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ jobs: python-version: [ 3.8 ] steps: - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading
.github/workflows/doc.yml +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ jobs: with: swap-size-gb: 8 - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading Loading @@ -101,7 +101,7 @@ jobs: with: swap-size-gb: 8 - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading
.github/workflows/release.yml +2 −2 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading @@ -37,7 +37,7 @@ jobs: run: | python -m build --sdist --wheel --outdir dist/ - name: Publish distribution 📦 to real PyPI uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_PASSWORD }} - name: Upload binaries to release Loading
.github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ jobs: run: | echo "IS_PYPY=1" >> $GITHUB_ENV - name: Checkout code uses: actions/checkout@v2 uses: actions/checkout@v3.3.0 with: fetch-depth: 20 submodules: 'recursive' Loading