File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4444 uses : actions/upload-artifact@v4
4545 with :
4646 name : wheel_dist
47- path : |
48- wheel_dist/*
47+ path : ./wheel_dist
4948
5049 release :
5150 name : Release
5554 - uses : actions/checkout@v5
5655 - name : Download build artifacts
5756 uses : actions/download-artifact@v5
57+ with :
58+ name : wheel_dist
5859 - run : |
5960 sudo pip install twine
6061 ./scripts/releasing/release.sh wheel_dist
Original file line number Diff line number Diff line change 4444 uses : actions/upload-artifact@v4
4545 with :
4646 name : wheel_dist
47- path : |
48- wheel_dist/*
47+ path : ./wheel_dist
48+
4949 release :
5050 name : Release
5151 runs-on : ubuntu-latest
5454 - uses : actions/checkout@v5
5555 - name : Download build artifacts
5656 uses : actions/download-artifact@v5
57+ with :
58+ name : wheel_dist
5759 - run : |
5860 sudo pip install twine
5961 ./scripts/releasing/release.sh wheel_dist
You can’t perform that action at this time.
0 commit comments