We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d706c commit bd452b9Copy full SHA for bd452b9
1 file changed
.github/workflows/ci-cd.yml
@@ -13,5 +13,7 @@ jobs:
13
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
14
steps:
15
# retrieve your distributions here
16
+ - name: Generate package distribution
17
+ run: python setup.py sdist
18
- name: Publish package distributions to PyPI
19
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments