Skip to content

Commit 5758468

Browse files
committed
Uncomment publishing
1 parent adfe11b commit 5758468

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
- name: Build package
6161
run: uv build --no-sources
6262

63-
# - name: Publish package to PyPI
64-
# uses: pypa/[email protected]
65-
# with:
66-
# user: __token__
67-
# password: ${{ secrets.PYPI_API_TOKEN }}
68-
# verbose: true
63+
- name: Publish package to PyPI
64+
uses: pypa/[email protected]
65+
with:
66+
user: __token__
67+
password: ${{ secrets.PYPI_API_TOKEN }}
68+
verbose: true

0 commit comments

Comments
 (0)