Skip to content

Commit f2c1fd1

Browse files
author
Christopher Doris
committed
only register by hand [skip ci]
1 parent 7f2cb1e commit f2c1fd1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/register-pypi.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Register to PyPI
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
85

96
jobs:
107
register:
@@ -30,7 +27,6 @@ jobs:
3027
--outdir dist/
3128
.
3229
- name: Publish to PyPI
33-
if: startsWith(github.ref, 'refs/tags/v0.')
3430
uses: pypa/gh-action-pypi-publish@release/v1
3531
with:
3632
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)