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 cddf253 commit 38a61baCopy full SHA for 38a61ba
.github/workflows/release-pypi.yaml
@@ -25,11 +25,12 @@ jobs:
25
- name: Show Python version
26
run: python --version
27
28
- - name: Install Python package dependencies
+ - name: Check build
29
run: |
30
python -m pip install build twine
31
python -m build
32
twine check --strict dist/*
33
+
34
- name: Publish package distributions to PyPI
35
uses: pypa/gh-action-pypi-publish@release/v1
36
with:
0 commit comments