We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d016faa + a2debe2 commit d3b1cc4Copy full SHA for d3b1cc4
.github/workflows/python-publish.yml
@@ -22,6 +22,8 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install setuptools wheel twine
25
+ - name: Build package
26
+ run: python -m build
27
- name: Upload Python Package
28
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
29
with:
0 commit comments