Skip to content

Commit 0eac9c3

Browse files
committed
CI: verify package metadata on all builds.
1 parent 841ab94 commit 0eac9c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/main.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ jobs:
168168
with:
169169
name: code
170170
path: dist/
171+
- name: Verify package metadata
172+
run: |
173+
pip install twine
174+
twine check dist/*
171175
- name: Publish package to Test PyPI
172176
if: ${{ github.repository == 'amaranth-lang/amaranth' && github.event_name == 'push' && github.event.ref == 'refs/heads/main' }}
173177
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)