Skip to content

Commit bd452b9

Browse files
committed
Fix Package Build
1 parent 85d706c commit bd452b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1414
steps:
1515
# retrieve your distributions here
16+
- name: Generate package distribution
17+
run: python setup.py sdist
1618
- name: Publish package distributions to PyPI
1719
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)