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 5dfbac4 commit 9fdaebdCopy full SHA for 9fdaebd
.github/workflows/package-publish.yml
@@ -48,6 +48,8 @@ jobs:
48
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
49
steps:
50
- uses: actions/checkout@v5
51
+ with:
52
+ fetch-depth: 0
53
- uses: actions/setup-python@v5
54
with:
55
python-version: '3.13'
@@ -77,6 +79,8 @@ jobs:
77
79
runs-on: ubuntu-latest
78
80
81
82
83
84
- name: Build sdist
85
uses: PyO3/maturin-action@v1
86
@@ -114,7 +118,7 @@ jobs:
114
118
115
119
116
120
117
- fetch-depth: 0 # Fetch all history and tags
121
122
- name: Set up Python
123
uses: actions/setup-python@v3
124
0 commit comments