Skip to content
Snippets Groups Projects
Unverified Commit 359f01dd authored by Quoc-Tuan Truong's avatar Quoc-Tuan Truong Committed by GitHub
Browse files

Update python-publish.yml

parent 14ba8134
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ jobs: ...@@ -33,7 +33,6 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install --only-binary=numpy,scipy numpy scipy python -m pip install --only-binary=numpy,scipy numpy scipy
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build package - name: Build package
run: python -m build run: python -m build
- name: Publish package - name: Publish package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment