fixed: github ci

This commit is contained in:
2024-04-05 01:08:37 +07:00
parent 62062958f6
commit a5e1286af7
+4
View File
@@ -20,9 +20,13 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
- name: Build package
run: python setup.py sdist bdist_wheel
# - name: Publish package # - name: Publish package
# uses: pypa/gh-action-pypi-publish@release/v1 # uses: pypa/gh-action-pypi-publish@release/v1
# with: # with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }} # password: ${{ secrets.PYPI_API_TOKEN }}
- name: Publish package to TestPyPI - name: Publish package to TestPyPI