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 2f83645 commit acb6f79Copy full SHA for acb6f79
.github/workflows/publish.yml
@@ -22,6 +22,7 @@ jobs:
22
python3 setup.py sdist bdist_wheel
23
- name: Publish package to PyPI
24
run: |
25
+ python3 -m twine check dist/*
26
python3 -m twine upload dist/*
27
env:
28
TWINE_USERNAME: __token__
0 commit comments