8000 Update · pytorch/pytorch@359f02d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 359f02d

Browse files
committed
Update
[ghstack-poisoned]
1 parent e8e09e4 commit 359f02d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create_release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
find "$PT_RELEASE_NAME" -name '.git*' -exec rm -rv {} \; || true
6969
# Create archive
7070
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")"
7272
- name: Create PEP 517 compatible source distribution
7373
run: |
7474
pip install build==1.2.2.post1 || exit 1
@@ -78,9 +78,9 @@ jobs:
7878
if: ${{ github.event_name == 'release' }}
7979
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
8080
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 }}
8484
- name: Upload source distribution to GHA artifacts for release tags
8585
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && contains(github.ref, 'rc') }}
8686
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0

0 commit comments

Comments
 (0)
0