Merge pull request #2 from exituser/fix/github-actions

fixed: github ci
This commit is contained in:
2024-04-05 01:10:06 +07:00
committed by GitHub
+4
View File
@@ -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