Skip to content

Commit

Permalink
ci: make the naming clear
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Feb 16, 2021
1 parent c287b59 commit 9d33a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Force version on Test PyPI
- name: Force version for Test PyPI uploads
if: ${{ !startsWith(github.ref, 'refs/tags') }}
run: |
version=$(python setup.py --version | awk -F+ '{print $1}' | tail -1)
Expand Down

0 comments on commit 9d33a56

Please sign in to comment.