Skip to content

Commit

Permalink
More actions work
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Mar 2, 2024
1 parent 8ffcbc6 commit d93367c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ jobs:

- run: pip install -U twine

- name: check package version
run: python .github/check_version.py

- name: get dist artifacts
uses: actions/download-artifact@v4
with:
Expand All @@ -147,12 +144,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

- name: get wasm dist artifacts
uses: actions/download-artifact@v4
with:
name: wasm_wheels
path: wasm

- name: upload to github release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit d93367c

Please sign in to comment.