Skip to content

Commit 943329b

Browse files
author
Nile Walker
committed
Try publish
1 parent 8088855 commit 943329b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/python-publish.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
- name: Build Project
3131
run: uv build
3232

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
4234
# uses: pypa/gh-action-pypi-publish@release/v1
4335
# 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 }}

0 commit comments

Comments
 (0)