Skip to content

Commit d93367c

Browse files
committed
More actions work
1 parent 8ffcbc6 commit d93367c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ jobs:
129129

130130
- run: pip install -U twine
131131

132-
- name: check package version
133-
run: python .github/check_version.py
134-
135132
- name: get dist artifacts
136133
uses: actions/download-artifact@v4
137134
with:
@@ -147,12 +144,6 @@ jobs:
147144
TWINE_USERNAME: __token__
148145
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
149146

150-
- name: get wasm dist artifacts
151-
uses: actions/download-artifact@v4
152-
with:
153-
name: wasm_wheels
154-
path: wasm
155-
156147
- name: upload to github release
157148
uses: softprops/action-gh-release@v1
158149
with:

0 commit comments

Comments
 (0)