Skip to content

Commit 143956e

Browse files
committed
fix pypi upload action
1 parent c7cf047 commit 143956e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030

3131
- name: Publish package
3232
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
3336
uses: pypa/gh-action-pypi-publish@master
3437
with:
3538
user: __token__

0 commit comments

Comments
 (0)