Skip to content

Commit

Permalink
fix: bump the version a little
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Aug 12, 2021
1 parent f42ef27 commit b4d1ad2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,11 @@ jobs:
steps:
- uses: actions/checkout@master
# https://github.com/ansible/pylibssh/blob/1e7b17f/.github/workflows/build-test-n-publish.yml#L146-L151
- name: Get history and tags for SCM versioning to work
if: startsWith(github.ref, 'refs/tags/')
run: |
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
git describe --tags
git describe --tags $(git rev-list --tags --max-count=1)
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Create setuptools_scm env variable
if: startsWith(github.ref, 'refs/tags/') != true
shell: bash
run: |
version=${{ needs.bump-version.outputs.new_version }}
Expand Down

0 comments on commit b4d1ad2

Please sign in to comment.