Skip to content

Merge pull request #70 from egnyte/v1.3.10rc1 #12

Merge pull request #70 from egnyte/v1.3.10rc1

Merge pull request #70 from egnyte/v1.3.10rc1 #12

---
name: Publish 🐍 to PyPI - RC only
on:
push:
tags:
- 'v*rc*'
jobs:
build-n-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Build
run: |
pip install wheel
python setup.py build sdist bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected]
with:
password: ${{ secrets.PYPI_API_TOKEN }}