File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
- name : Build Project
31
31
run : uv build
32
32
33
- - name : Publish to TestPyPI
34
- uses : pypa/gh-action-pypi-publish@release/v1
35
- with :
36
- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
37
- repository-url : https://test.pypi.org/legacy/
38
- skip-existing : true
39
-
40
- # Optional: Publish to PyPI (uncomment to enable)
41
- # - name: Publish to PyPI
33
+ # - name: Publish to TestPyPI
42
34
# uses: pypa/gh-action-pypi-publish@release/v1
43
35
# with:
44
- # password: ${{ secrets.PYPI_API_TOKEN }}
36
+ # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
37
+ # repository-url: https://test.pypi.org/legacy/
38
+ # skip-existing: true
39
+
40
+ # Optional: Publish to PyPI (uncomment to enable)
41
+ - name : Publish to PyPI
42
+ uses : pypa/gh-action-pypi-publish@release/v1
43
+ with :
44
+ password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments