Skip to content

Commit 8281daf

Browse files
committed
enableCrossOsArchive
1 parent 07b4ed0 commit 8281daf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
path: dist/
5656
key: ${{matrix.python}}-${{matrix.os[0]}}-${{hashFiles('**/daf/__init__.py')}}
57+
enableCrossOsArchive: true
5758

5859
# Publish job
5960
publish:
@@ -80,6 +81,7 @@ jobs:
8081
with:
8182
path: dist/
8283
key: ${{matrix.python}}-${{matrix.os[0]}}-${{hashFiles('**/daf/__init__.py')}}
84+
enableCrossOsArchive: true
8385

8486
- name: Publish package
8587
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0

0 commit comments

Comments
 (0)