Skip to content

Commit 67dfb48

Browse files
committed
fix: release pipeline
Signed-off-by: Mehant Kammakomati <mehant.kammakomati2@ibm.com>
1 parent c91af83 commit 67dfb48

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
- name: Install build tools
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install build
26+
pip install build twine
2727
28-
- name: Build package
28+
- name: Build package and check
2929
run: |
30-
python -m build
30+
python -m build -w
31+
twine check dist/*
3132
32-
- name: Publish to PyPI (Trusted Publishing)
33-
uses: pypa/gh-action-pypi-publish@v1.10.0
33+
- name: Publish to PyPI
34+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)