Skip to content

Pip install setuptools, clean up deps #2

Pip install setuptools, clean up deps

Pip install setuptools, clean up deps #2

Workflow file for this run

name: PyPIRelease
on:
push:
tags:
- '*'
defaults:
run:
shell: bash
jobs:
release:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: 3.12
- run: pip install wheel setuptools
- run: python3 setup.py bdist_wheel sdist
- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPIPW }}