File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 5050 uv pip install "${WHL_FILE}[dev]"
5151 npm run test
5252 shell : bash
53+ - name : Upload built distributions
54+ uses : actions/upload-artifact@v4
55+ with :
56+ name : package-distributions
57+ path : dist/
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Checkout code
2525 uses : actions/checkout@v4
26-
26+ - name : Download built distributions
27+ uses : actions/download-artifact@v4
28+ with :
29+ name : package-distributions
30+ path : dist/
2731 - name : Publish package distributions to PyPI
2832 uses : pypa/gh-action-pypi-publish@release/v1
2933 with :
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout repo
2323 uses : actions/checkout@v4
24+ - name : Download built distributions
25+ uses : actions/download-artifact@v4
26+ with :
27+ name : package-distributions
28+ path : dist/
2429 - name : Upload GitHub Release
2530 uses : ncipollo/release-action@v1
2631 with :
You can’t perform that action at this time.
0 commit comments