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 bb53517 commit e127438
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 e127438

Please sign in to comment.