Skip to content

PLAT-838: Publish to private PyPi repo #2

PLAT-838: Publish to private PyPi repo

PLAT-838: Publish to private PyPi repo #2

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
QA:
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Clone repo
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install Tools
run: |
pip install build twine
- name: Build Sentiment3D Python package
run: |
python3 -m build
- name: QA
run: |
twine check dist/*