|
|
@ -16,12 +16,12 @@ jobs: |
|
|
|
|
|
|
|
|
name: dists & docs (${{ matrix.python-version }}/${{ matrix.language }}) |
|
|
name: dists & docs (${{ matrix.python-version }}/${{ matrix.language }}) |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
|
|
with: |
|
|
with: |
|
|
fetch-depth: 0 |
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
|
- name: Set up CPython ${{ matrix.python-version }} |
|
|
- name: Set up CPython ${{ matrix.python-version }} |
|
|
uses: actions/setup-python@v4 |
|
|
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python-version }} |
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
|
|
|
|
|
@ -35,9 +35,9 @@ jobs: |
|
|
python ./setup.py sdist bdist_wheel |
|
|
python ./setup.py sdist bdist_wheel |
|
|
|
|
|
|
|
|
# - name: Upload artifacts |
|
|
# - name: Upload artifacts |
|
|
# uses: actions/upload-artifact@v2 |
|
|
# uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
|
|
# with: |
|
|
# with: |
|
|
# name: distributions |
|
|
# name: distributions-${{ matrix.python-version }}-${{ matrix.language }} |
|
|
# path: dist/* |
|
|
# path: dist/* |
|
|
|
|
|
|
|
|
- name: Install package |
|
|
- name: Install package |
|
|
@ -53,8 +53,8 @@ jobs: |
|
|
DOCS_LANGUAGE: ${{ matrix.language }} |
|
|
DOCS_LANGUAGE: ${{ matrix.language }} |
|
|
|
|
|
|
|
|
# - name: Upload docs |
|
|
# - name: Upload docs |
|
|
# uses: actions/upload-artifact@v2 |
|
|
# uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
|
|
# if: always() |
|
|
# if: always() |
|
|
# with: |
|
|
# with: |
|
|
# name: docs-${{ matrix.language }} |
|
|
# name: docs-${{ matrix.python-version }}-${{ matrix.language }} |
|
|
# path: docs/_build/html/* |
|
|
# path: docs/_build/html/* |
|
|
|