Skip to content

Commit

Permalink
Removed getting tag release version
Browse files Browse the repository at this point in the history
  • Loading branch information
PickBas authored Nov 18, 2020
1 parent f6d4d24 commit b308f1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
RELEASE_NAME: ${{ env.RELEASE_VERSION }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit b308f1c

Please sign in to comment.