From a5e1286af7ed84f7cf766a66bb7e45ae21ccaf48 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 5 Apr 2024 01:08:37 +0700 Subject: [PATCH] fixed: github ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2975ab4..dde0303 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,13 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt + - name: Build package + run: python setup.py sdist bdist_wheel + # - name: Publish package # uses: pypa/gh-action-pypi-publish@release/v1 # with: +# user: __token__ # password: ${{ secrets.PYPI_API_TOKEN }} - name: Publish package to TestPyPI