From ac2d3e1c060754b39de3db068be58a7652b25d6b Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Wed, 4 Dec 2024 16:51:24 -0600 Subject: [PATCH] enh:fix yml --- .github/workflows/publish-to-pypi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 115828c..366165c 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -4,6 +4,9 @@ on: types: - closed +permissions: + contents: write + jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI