Skip to content

Commit

Permalink
fixup! ci: Use the new make upgrade-version target to manage versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Aug 25, 2022
1 parent 3ba941e commit e78de20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
run: >-
python -m pip install build poetry --user
- name: Check version tag
run: >-
git describe --always --dirty=-modded --abbrev=7
- name: Build a binary wheel and a source tarball
env:
WORKDIR: ${{ matrix.WORKDIR }}
Expand Down

0 comments on commit e78de20

Please sign in to comment.