Skip to content

Commit

Permalink
restore action
Browse files Browse the repository at this point in the history
  • Loading branch information
SAKURA-CAT committed Aug 18, 2024
1 parent 765ffcb commit 5bbdc59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@ jobs:

run: |
python script/build_pypi.py
# python -m twine upload dist/*
python -m twine upload dist/*
- run: cp dist/*.whl .

- run: cat swanlab/package.json

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 5bbdc59

Please sign in to comment.