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 cf6b7a8 commit b380175Copy full SHA for b380175
1 file changed
.github/workflows/deploy.yml
@@ -67,6 +67,7 @@ jobs:
67
68
upload_wheels:
69
name: Upload wheels to PyPi
70
+ if: startsWith(github.ref, 'refs/tags/')
71
runs-on: ubuntu-latest
72
needs: [ build_wheels,build_sdist,build_pyodide_wheel ]
73
@@ -79,7 +80,6 @@ jobs:
79
80
81
- name: Publish package to PyPI
82
uses: pypa/gh-action-pypi-publish@release/v1
- if: startsWith(github.ref, 'refs/tags/')
83
with:
84
user: __token__
85
password: ${{ secrets.PYPI_API_TOKEN }}
@@ -88,12 +88,12 @@ jobs:
88
89
release_wheels:
90
name: Upload wheels to Release
91
92
93
94
95
steps:
96
- uses: actions/download-artifact@v4
97
98
merge-multiple: true
99
path: all_wheels
0 commit comments