Skip to content

Commit

Permalink
Force update of local tags with remote ones
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Jul 15, 2021
1 parent e194319 commit 3fdda6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests
run: |
# actions/checkout#206
git fetch --prune --unshallow --tags
git fetch --prune --unshallow --tags --force
git describe
flake8
python setup.py build
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Build package
run: |
# actions/checkout#206
git fetch --prune --unshallow --tags
git fetch --prune --unshallow --tags --force
python -mpip install wheel
python setup.py sdist bdist_wheel
- name: Publish to PyPI
Expand Down

0 comments on commit 3fdda6e

Please sign in to comment.