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 c7cf047 commit 143956eCopy full SHA for 143956e
.github/workflows/main.yml
@@ -30,6 +30,9 @@ jobs:
30
31
- name: Publish package
32
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
33
+ run: |
34
+ python -m pip install --upgrade setuptools wheel
35
+ python setup.py sdist bdist_wheel
36
uses: pypa/gh-action-pypi-publish@master
37
with:
38
user: __token__
0 commit comments