From c08c3c15f3cc7c6ca97ee587c26326ec59977666 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Fri, 5 Jul 2024 23:37:27 +0800 Subject: [PATCH] sss --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1936a77b..2b3b75d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,14 +11,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install poetry + run: pipx install poetry - name: Set up Python 3.10 uses: actions/setup-python@v5 with: python-version: "3.10" + cache: 'poetry' - name: Build wheel and source tarball - run: | - pip install build - python -m build + run: poetry build - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@v1.1.0 with: