We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4dd4c commit 6696033Copy full SHA for 6696033
1 file changed
.github/workflows/release.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
Publish:
9
runs-on: ubuntu-latest
10
+ environment: release
11
+ permissions:
12
+ id-token: write
13
steps:
14
- uses: actions/checkout@v4
15
with:
@@ -21,10 +24,9 @@ jobs:
21
24
- name: Build a binary wheel and a source tarball
22
25
run: |
23
26
nox -e build
-
- - name: Publish distribution 📦 to PyPI
27
+ - name: Publish package distributions to PyPI
28
uses: pypa/gh-action-pypi-publish@release/v1
29
30
print-hash: true
- skip-existing: true
31
+ verbose: true
32
verify-metadata: true
0 commit comments