Skip to content

Commit

Permalink
updated python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jun 3, 2022
1 parent 9b07b07 commit 96b81e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
cd python
cd _ext/python
python setup.py sdist bdist_wheel
pip install twine
twine upload dist/*
1 change: 0 additions & 1 deletion _ext/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@
]
}
)

0 comments on commit 96b81e6

Please sign in to comment.