We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc27d7 commit c20e1ddCopy full SHA for c20e1dd
1 file changed
.github/workflows/deploy_testpypi.yml
@@ -29,3 +29,22 @@ jobs:
29
30
- name: Build Package
31
run: uv build
32
+
33
+ - name: Upload distribution
34
+ uses: actions/upload-artifact@v4
35
+ with:
36
+ name: release-dist
37
+ path: dist/
38
39
+ # publish_testpypi:
40
+ # runs-on: ubuntu-latest
41
+ # needs:
42
+ # - build_package
43
+ # permissions:
44
+ # id-token: write
45
+ # environment:
46
+ # name: testpypi
47
48
+ # steps:
49
+ # -
50
0 commit comments