Skip to content

Commit 0ff3b30

Browse files
committed
build and publish
1 parent 143956e commit 0ff3b30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ jobs:
2828
if: failure()
2929
run: git diff
3030

31-
- name: Publish package
32-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
31+
- name: build wheel
32+
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
3333
run: |
3434
python -m pip install --upgrade setuptools wheel
3535
python setup.py sdist bdist_wheel
36+
37+
- name: Publish package PyPi
3638
uses: pypa/gh-action-pypi-publish@master
3739
with:
3840
user: __token__

0 commit comments

Comments
 (0)