Skip to content

Commit b24e04e

Browse files
committed
fix CI
1 parent fde455d commit b24e04e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
lint:
19-
uses: mhils/workflows/.github/workflows/python-tox.yml@main
19+
uses: mhils/workflows/.github/workflows/python-tox.yml@v5
2020
with:
2121
cmd: tox -e lint
2222

@@ -42,27 +42,29 @@ jobs:
4242
py: 3.9.18
4343
- os: ubuntu-latest
4444
py: 3.8.18
45-
uses: mhils/workflows/.github/workflows/python-tox.yml@main
45+
uses: mhils/workflows/.github/workflows/python-tox.yml@v5
4646
with:
4747
cmd: tox -e py -- -vvv ${{ matrix.args }}
4848
os: ${{ matrix.os }}
4949
python-version: ${{ matrix.py }}
5050

5151
build:
52-
uses: mhils/workflows/.github/workflows/python-build.yml@main
52+
uses: mhils/workflows/.github/workflows/python-build.yml@v5
5353

5454
check:
5555
if: always()
5656
needs:
5757
- lint
5858
- test
5959
- build
60-
uses: mhils/workflows/.github/workflows/alls-green.yml@main
60+
uses: mhils/workflows/.github/workflows/alls-green.yml@v5
6161
with:
6262
jobs: ${{ toJSON(needs) }}
6363

6464
deploy:
65-
uses: mhils/workflows/.github/workflows/python-deploy.yml@main
65+
uses: mhils/workflows/.github/workflows/python-deploy.yml@v5
66+
with:
67+
artifact-name: wheels
6668
needs: check
6769
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
6870
secrets:

0 commit comments

Comments
 (0)