Skip to content

Commit d8acc34

Browse files
committed
github: fix publish on pypi.org when only pushing a tag
Also trigger the CI on tag push. Fix a typo in the distro image name. Fixes: aea34d1 ("tox: fix lint target on python 3.13") Signed-off-by: Robin Jarry <[email protected]>
1 parent 3f4ef9f commit d8acc34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
push:
1111
branches:
1212
- master
13+
tags:
14+
- v*
1315

1416
jobs:
1517
lint:
@@ -92,7 +94,7 @@ jobs:
9294
deploy:
9395
needs: [lint, test]
9496
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
95-
runs-on: ubuntu-24.03
97+
runs-on: ubuntu-24.04
9698
steps:
9799
- uses: actions/checkout@v3
98100
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)