We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a020924 commit 15657b0Copy full SHA for 15657b0
1 file changed
.github/workflows/publish.yml
@@ -12,6 +12,8 @@ jobs:
12
# IMPORTANT: this permission is mandatory for trusted publishing
13
id-token: write
14
steps:
15
+ - name: Checkout
16
+ uses: actions/checkout@v3
17
- name: Set up Python
18
uses: actions/setup-python@v4
19
with:
0 commit comments