Skip to content

toml build system fix #4

toml build system fix

toml build system fix #4

Workflow file for this run

# .github/workflows/publish.yml
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on: push
jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/sharded-queue
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1