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 143956e commit 0ff3b30Copy full SHA for 0ff3b30
.github/workflows/main.yml
@@ -28,11 +28,13 @@ jobs:
28
if: failure()
29
run: git diff
30
31
- - name: Publish package
32
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
+ - name: build wheel
+# 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
+
37
+ - name: Publish package PyPi
38
uses: pypa/gh-action-pypi-publish@master
39
with:
40
user: __token__
0 commit comments