We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2cb1e commit f2c1fd1Copy full SHA for f2c1fd1
.github/workflows/register-pypi.yml
@@ -2,9 +2,6 @@ name: Register to PyPI
2
3
on:
4
workflow_dispatch:
5
- push:
6
- branches:
7
- - main
8
9
jobs:
10
register:
@@ -30,7 +27,6 @@ jobs:
30
27
--outdir dist/
31
28
.
32
29
- name: Publish to PyPI
33
- if: startsWith(github.ref, 'refs/tags/v0.')
34
uses: pypa/gh-action-pypi-publish@release/v1
35
with:
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments