Skip to content

Commit

Permalink
update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufus31415 committed May 24, 2024
1 parent 68fe245 commit fb39f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install twine
pip install --upgrade setuptools
python setup.py sdist bdist_wheel
twine upload dist/* -u __token__ -p $PYPI_TOKEN
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit fb39f9d

Please sign in to comment.