We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a481de3 commit b28271aCopy full SHA for b28271a
.github/workflows/release.yml
@@ -26,4 +26,13 @@ jobs:
26
- name: Checkout [${{ github.repository }}]
27
uses: actions/checkout@v4
28
29
- - uses: cvxgrp/.github/actions/[email protected]
+ # 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
38
+ repository-url: https://upload.pypi.org/legacy/
0 commit comments