From b90689fab4f5f0137edec20348b989b07ef2a36d Mon Sep 17 00:00:00 2001 From: SWHL Date: Thu, 19 Sep 2024 22:48:22 +0800 Subject: [PATCH] ci: Enable wired package auto packaging program --- .github/workflows/wired_table_rec.yml | 60 +++++++++++++-------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/wired_table_rec.yml b/.github/workflows/wired_table_rec.yml index 3b60db6..2dae757 100644 --- a/.github/workflows/wired_table_rec.yml +++ b/.github/workflows/wired_table_rec.yml @@ -39,33 +39,33 @@ jobs: pytest tests/test_wired_table_rec.py -# GenerateWHL_PushPyPi: -# needs: UnitTesting -# runs-on: ubuntu-latest -# -# steps: -# - uses: actions/checkout@v3 -# -# - name: Set up Python 3.7 -# uses: actions/setup-python@v4 -# with: -# python-version: '3.7' -# architecture: 'x64' -# -# - name: Run setup.py -# run: | -# pip install -r requirements.txt -# python -m pip install --upgrade pip -# pip install wheel get_pypi_latest_version -# -# wget https://github.com/RapidAI/TableStructureRec/releases/download/v0.0.0/wired_table_rec_models.zip -# unzip wired_table_rec_models.zip -# mv wired_table_rec_models/*.onnx wired_table_rec/models/ -# -# python setup_wired.py bdist_wheel "${{ github.event.head_commit.message }}" -# -# - name: Publish distribution 📦 to PyPI -# uses: pypa/gh-action-pypi-publish@v1.5.0 -# with: -# password: ${{ secrets.PYPI_API_TOKEN }} -# packages_dir: dist/ + GenerateWHL_PushPyPi: + needs: UnitTesting + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Set up Python 3.10 + uses: actions/setup-python@v4 + with: + python-version: '3.10' + architecture: 'x64' + + - name: Run setup.py + run: | + pip install -r requirements.txt + python -m pip install --upgrade pip + pip install wheel get_pypi_latest_version + + wget https://github.com/RapidAI/TableStructureRec/releases/download/v0.0.0/wired_table_rec_models.zip + unzip wired_table_rec_models.zip + mv wired_table_rec_models/*.onnx wired_table_rec/models/ + + python setup_wired.py bdist_wheel "${{ github.event.head_commit.message }}" + + - name: Publish distribution 📦 to PyPI + uses: pypa/gh-action-pypi-publish@v1.5.0 + with: + password: ${{ secrets.PYPI_API_TOKEN }} + packages_dir: dist/