Commit 21c712d 1 parent 147d32a commit 21c712d Copy full SHA for 21c712d
File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -82,22 +82,22 @@ jobs:
82
82
# - env:
83
83
# GITHUB_TOKEN: "${{ github.token }}"
84
84
# run: "gh release upload '${{ github.ref_name }}' dist/** --repo '${{ github.repository }}'"
85
- # testpypi:
86
- # environment:
87
- # name: "test.pypi.org"
88
- # url: "https://test.pypi.org/project/lbster"
89
- # needs:
90
- # - "build"
91
- # permissions:
92
- # id-token: "write"
93
- # runs-on: "ubuntu-latest"
94
- # steps:
95
- # - uses: "actions/download-artifact@v3 "
96
- # with:
97
- # name: "python-package-distributions"
98
- # path: "dist/"
99
- # - uses: "pypa/gh-action-pypi-publish@release/v1"
100
- # with:
101
- # repository-url: "https://test.pypi.org/legacy/"
102
- # skip-existing: true
85
+ testpypi :
86
+ environment :
87
+ name : " test.pypi.org"
88
+ url : " https://test.pypi.org/project/lbster"
89
+ needs :
90
+ - " build"
91
+ permissions :
92
+ id-token : " write"
93
+ runs-on : " ubuntu-latest"
94
+ steps :
95
+ - uses : " actions/download-artifact@v4 "
96
+ with :
97
+ name : " python-package-distributions"
98
+ path : " dist/"
99
+ - uses : " pypa/gh-action-pypi-publish@release/v1"
100
+ with :
101
+ repository-url : " https://test.pypi.org/legacy/"
102
+ skip-existing : true
103
103
on : " push"
You can’t perform that action at this time.
0 commit comments