Update release_to_pypi.yml to use workflow v4 standards

This commit is contained in:
David Vadnais 2025-03-03 22:12:47 +00:00 committed by GitHub
parent e63763c0e1
commit b1dcd40fcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ on:
jobs:
build-n-publish:
name: Build and publish to PyPI
runs-on: ubuntu-latest
runs-on: ubuntu 24
steps:
- name: Checkout source