We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08d3db commit 02dea9bCopy full SHA for 02dea9b
1 file changed
.github/workflows/python-publish.yml
@@ -22,9 +22,10 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
- twine check --strict dist/*
26
- name: Build package
27
- run: python -m build
+ run: |
+ python -m build
28
+ twine check --strict dist/*
29
- name: Publish package
30
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
31
with:
0 commit comments