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 07b4ed0 commit 8281dafCopy full SHA for 8281daf
.github/workflows/python-publish.yml
@@ -54,6 +54,7 @@ jobs:
54
with:
55
path: dist/
56
key: ${{matrix.python}}-${{matrix.os[0]}}-${{hashFiles('**/daf/__init__.py')}}
57
+ enableCrossOsArchive: true
58
59
# Publish job
60
publish:
@@ -80,6 +81,7 @@ jobs:
80
81
82
83
84
85
86
- name: Publish package
87
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0
0 commit comments