Skip to content

Commit 8060157

Browse files
author
Christopher Doris
committed
oops thats an or not an and
1 parent 73d9fbd commit 8060157

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/register-pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
tags:
9-
- v0.*
108

119
jobs:
1210
register:
@@ -32,6 +30,7 @@ jobs:
3230
--outdir dist/
3331
.
3432
- name: Publish to PyPI
33+
if: startsWith(github.ref, 'refs/tags/v0.')
3534
uses: pypa/gh-action-pypi-publish@release/v1
3635
with:
3736
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)