Skip to content

Commit

Permalink
ci: fetch tags before publishing
Browse files Browse the repository at this point in the history
The tags affect the name of the built artefact AND are required for the
check below. Otherwise not versions get pushed to PyPI.

See: #536
  • Loading branch information
WhyNotHugo committed Aug 4, 2023
1 parent 4c4d5d6 commit b200f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .builds/archlinux.yml
Expand Up @@ -32,6 +32,7 @@ tasks:
codecov
- package: |
cd todoman
git fetch --tags
python -m build --no-isolation
git describe --exact-match --tags || complete-build
- publish: |
Expand Down

0 comments on commit b200f3e

Please sign in to comment.