Skip to content

Commit 8589415

Browse files
author
bitdruid
committed
Merge branch f/auto-build-pypi'
1 parent 97ba9ac commit 8589415

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
name: 📦 to PyPI and TestPyPI
1+
name: build an publish
22

33
on:
44
push:
55
branches:
66
- test
7+
workflow_dispatch:
78

89
jobs:
910
build-and-publish:
10-
if: startsWith(github.ref, 'refs/tags/*')
11-
name: Build and publish 📦 to PyPI
11+
if: startsWith(github.ref, 'refs/tags/')
12+
name: build an publish
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)