We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502c731 commit e8a5f60Copy full SHA for e8a5f60
.github/workflows/publish-to-pypi.yml
@@ -20,6 +20,6 @@ jobs:
20
pip install wheel twine
21
- name: Build distribution
22
run: |
23
- python setup.py sdist bdist_wheel
+ ls -lart
24
- name: Publish package distributions to PyPI
25
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments