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 cc1998b commit 0b96c66Copy full SHA for 0b96c66
.github/workflows/pypi.yml
@@ -3,12 +3,11 @@ name: build an publish
3
on:
4
push:
5
branches:
6
- - main
+ - release
7
workflow_dispatch:
8
9
jobs:
10
build-and-publish:
11
- if: startsWith(github.ref, 'refs/tags/')
12
name: build an publish
13
runs-on: ubuntu-latest
14
steps:
@@ -30,7 +29,6 @@ jobs:
30
29
# repository_url: https://test.pypi.org/legacy/
31
# skip-existing: true
32
- name: Publish to PyPI
33
- if: startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@release/v1
35
with:
36
password: ${{ secrets.pypi_pywaybackup }}
0 commit comments