Skip to content

Publish to Pypi

Publish to Pypi #4

Workflow file for this run

---
name: Publish to Pypi
on:
workflow_dispatch:
jobs:
publish_wheels:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Download wheel artifact
uses: actions/download-artifact@v4
with:
path: ./
merge-multiple: true
- name: List
run: |
ls *.whl
ls **/*.whl