Skip to content

Commit

Permalink
CI PYPI needs permission
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Aug 16, 2024
1 parent 32df1bc commit 58637f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
tags:
- "*" # all tags

permissions:
id-token: write

jobs:
publish-to-pypi:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
Expand All @@ -20,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.11"

- name: Install pypa/build
run: >-
Expand Down

0 comments on commit 58637f7

Please sign in to comment.