mirror of
https://github.com/exituser/prosto-sms-python.git
synced 2026-09-17 07:19:06 +00:00
Merge pull request #2 from exituser/fix/github-actions
fixed: github ci
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user