Skip to content

Commit c20e1dd

Browse files
authored
Update deploy_testpypi.yml
1 parent 0bc27d7 commit c20e1dd

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/deploy_testpypi.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,22 @@ jobs:
2929

3030
- name: Build Package
3131
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

Comments
 (0)