File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
find "$PT_RELEASE_NAME" -name '.git*' -exec rm -rv {} \; || true
69
69
# Create archive
70
70
tar -czf "$PT_RELEASE_FILE" "$PT_RELEASE_NAME"
71
- echo "Created source archive $PT_RELEASE_FILE with content: $(ls -a "$PT_RELEASE_NAME")"
71
+ echo "Created source archive $PT_RELEASE_FILE with content: $(ls -a "$PT_RELEASE_NAME")"
72
72
- name : Create PEP 517 compatible source distribution
73
73
run : |
74
74
pip install build==1.2.2.post1 || exit 1
78
78
if : ${{ github.event_name == 'release' }}
79
79
uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
80
80
with :
81
- files :
82
- - ${{ env.PT_RELEASE_FILE }}
83
- - ${{ env.PT_PEP517_RELEASE_FILE }}
81
+ files : |
82
+ ${{ env.PT_RELEASE_FILE }}
83
+ ${{ env.PT_PEP517_RELEASE_FILE }}
84
84
- name : Upload source distribution to GHA artifacts for release tags
85
85
if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && contains(github.ref, 'rc') }}
86
86
uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
You can’t perform that action at this time.
0 commit comments