We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fde27 commit 209acc0Copy full SHA for 209acc0
1 file changed
.github/workflows/publish-pypi.yml
@@ -30,8 +30,8 @@ jobs:
30
31
- name: Create sdist
32
run: |
33
- python setup.py check
34
- python setup.py sdist
+ python setup.py check
+ python setup.py sdist
35
36
- name: Publish Package
37
uses: pypa/gh-action-pypi-publish@master
0 commit comments