We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e993b33 commit 6554f84Copy full SHA for 6554f84
.github/workflows/publish-to-live-pypi.yml
@@ -9,6 +9,8 @@ jobs:
9
build-n-publish:
10
name: Build and publish Python 🐍 distributions 📦 to pypi
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ id-token: write
14
steps:
15
- uses: actions/checkout@v4
16
- name: Set up Python 3.12
.github/workflows/publish-to-test-pypi.yml
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
- name: Set up Python 3.10
0 commit comments