Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
haruishi43 committed May 10, 2023
1 parent 4c0f964 commit 77b77f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
deploy:

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
max-parallel: 1
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build package
run: |
python -m build
auditwheel repair dist/*-linux_x86_64.whl --plat manylinux_2_24_x86_64
auditwheel repair dist/*-linux_x86_64.whl --plat manylinux_2_31_x86_64
mv wheelhouse/* dist
rm dist/*-linux_x86_64.whl
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion .readme/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [x] Plot PR curves
- [x] NMS preprocess script
- [x] SBD evaluation script
- [ ] "thin" GTs for SBD
- [x] "thin" GTs for SBD
- [x] Cityscapes evaluation script
- [x] Multiprocessing for evaluation
- [ ] Set random seed for `correspond_pixels`
Expand Down

0 comments on commit 77b77f7

Please sign in to comment.