We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237e37f commit 9dffb9bCopy full SHA for 9dffb9b
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
permissions:
70
id-token: write
71
runs-on: ubuntu-latest
72
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
+ if: github.ref == 'refs/heads/main'
73
74
steps:
75
- name: Download distributions
@@ -79,7 +79,7 @@ jobs:
79
pattern: cibw-*
80
merge-multiple: true
81
82
- - name: Deploy test distribution to Test PyPI
+ - name: Deploy distribution to PyPI
83
uses: pypa/gh-action-pypi-publish@release/v1
84
with:
85
verbose: true
0 commit comments