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 326e10f commit 369e0dbCopy full SHA for 369e0db
.github/workflows/pythonpublish.yml
@@ -26,6 +26,9 @@ jobs:
26
pip install -r tests/test_requirements.txt
27
pip install .
28
pytest
29
+ - name: Build package
30
+ run: |
31
+ python setup.py sdist bdist_wheel
32
# See https://docs.pypi.org/trusted-publishers/using-a-publisher/
33
- name: Publish package distributions to PyPI
34
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments