Skip to content

Commit

Permalink
Update publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-yun authored Jan 30, 2021
1 parent c94d991 commit 803f278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
# twine upload dist/*
twine upload dist/*
echo "::set-output name=version::$(python setup.py --version)"
- name: Create Release
Expand All @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.publish.outputs.version }}
release_name: Release v${{ steps.publish.outputs.version }}
release_name: v${{ steps.publish.outputs.version }}
body: ${{ github.event.head_commit.message }}
draft: false
prerelease: false
Expand Down

0 comments on commit 803f278

Please sign in to comment.