Skip to content

Commit a7131e5

Browse files
committed
Updated Github CI
1 parent 3f2d2e1 commit a7131e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jobs:
2727
- name: Publish
2828
run: |
2929
echo $PYPIRC > ~/.pypirc
30-
echo "Ok"
30+
python -m pip install --user --upgrade wheel
31+
python -m pip install --user --upgrade twine
32+
python setup.py sdist bdist_wheel
33+
python -m twine upload dist/* -u __token__ -p $PYPI_TOKEN

0 commit comments

Comments
 (0)