Skip to content

Commit a619c02

Browse files
committed
Remove duplicate sdist
1 parent a878878 commit a619c02

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
./bootstrap
3333
./configure
3434
35-
- name: make dist
36-
run: |
37-
make dist
38-
env:
39-
MAKE: make -j8
40-
4135
- name: Download tarballs of all packages
4236
run: |
4337
build/bin/sage-package download :all: --no-file huge --allow-upstream
@@ -48,14 +42,11 @@ jobs:
4842
4943
- name: List files
5044
run: |
51-
ls -l dist
5245
ls -l upstream
5346
5447
- uses: actions/upload-artifact@v4
5548
with:
56-
path: |
57-
dist/*.tar.gz
58-
upstream
49+
path: upstream
5950
name: package_tarballs
6051

6152
sdists:

0 commit comments

Comments
 (0)