Skip to content

Commit 5466332

Browse files
authored
add benchmark (#141)
stack-info: PR: #141, branch: drisspg/stack/10
1 parent 1de7070 commit 5466332

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Publish Python 🐍 distribution 📦 to PyPI
22

3-
on: push
3+
on:
4+
push:
5+
tags:
6+
- '*'
47

58
jobs:
69
build:
@@ -32,7 +35,6 @@ jobs:
3235
publish-to-pypi:
3336
name: >-
3437
Publish Python 🐍 distribution 📦 to PyPI
35-
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3638
needs:
3739
- build
3840
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)