Skip to content

Commit

Permalink
Merge pull request #657 from webknjaz/patch-1
Browse files Browse the repository at this point in the history
Do a strict pkg meta check @ release CD workflow
  • Loading branch information
maresb authored Jul 4, 2024
2 parents ba347a0 + bd6e50a commit 9308e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Test wheels
run: |
python -m twine check dist/*
python -m twine check --strict dist/*
shell: bash

- name: Upload dist files for publication
Expand Down

0 comments on commit 9308e25

Please sign in to comment.