We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963df65 commit db6d914Copy full SHA for db6d914
.github/workflows/on-release-main.yml
@@ -22,21 +22,20 @@ jobs:
22
23
- run: npx changelogithub
24
continue-on-error: true
25
+ env:
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
28
publish:
29
runs-on: ubuntu-latest
30
steps:
31
- name: Check out
32
uses: actions/checkout@v6
33
+ with:
34
+ fetch-depth: 0
35
36
- name: Set up the environment
37
uses: ./.github/actions/setup-python-env
38
- - name: Download updated pyproject.toml
- uses: actions/download-artifact@v7
- with:
- name: pyproject-toml
39
-
40
- name: Build package
41
run: uv build
42
0 commit comments