We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffcbc6 commit d93367cCopy full SHA for d93367c
1 file changed
.github/workflows/release.yml
@@ -129,9 +129,6 @@ jobs:
129
130
- run: pip install -U twine
131
132
- - name: check package version
133
- run: python .github/check_version.py
134
-
135
- name: get dist artifacts
136
uses: actions/download-artifact@v4
137
with:
@@ -147,12 +144,6 @@ jobs:
147
144
TWINE_USERNAME: __token__
148
145
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
149
146
150
- - name: get wasm dist artifacts
151
- uses: actions/download-artifact@v4
152
- with:
153
- name: wasm_wheels
154
- path: wasm
155
156
- name: upload to github release
157
uses: softprops/action-gh-release@v1
158
0 commit comments