Skip to content

Commit

Permalink
fix: release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Smirkey committed Nov 19, 2023
1 parent 6240e73 commit 0497c6a
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,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@v3
with:
Expand All @@ -470,17 +467,4 @@ jobs:
run: twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

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

- name: upload to github release
uses: softprops/action-gh-release@v1
with:
files: |
wasm/*.whl
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 0497c6a

Please sign in to comment.