Skip to content

Feature v2.5.0 优化会员API接口获取数据代码 #18

Feature v2.5.0 优化会员API接口获取数据代码

Feature v2.5.0 优化会员API接口获取数据代码 #18

name: Publish
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build wheels and source tarball
run: |
python setup.py sdist build
- name: Publish open-autonomy Framework to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
packages_dir: dist/