Skip to content

Commit b28271a

Browse files
authored
Update release.yml
1 parent a481de3 commit b28271a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,13 @@ jobs:
2626
- name: Checkout [${{ github.repository }}]
2727
uses: actions/checkout@v4
2828

29-
- uses: cvxgrp/.github/actions/[email protected]
29+
# download dist from build
30+
- uses: actions/download-artifact@v4
31+
with:
32+
name: dist
33+
path: dist
34+
35+
- name: Publish package distributions to PyPI
36+
uses: pypa/gh-action-pypi-publish@release/v1
37+
with:
38+
repository-url: https://upload.pypi.org/legacy/

0 commit comments

Comments
 (0)