Skip to content

Commit 09c2737

Browse files
committed
Fix pypi publish
1 parent eca07f2 commit 09c2737

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ jobs:
3333
- name: Verify wheel installation
3434
run: uv run --verbose --with aiogram_i18n --no-project --refresh-package aiogram_i18n -- python -c "import aiogram_i18n; print(aiogram_i18n.__version__)"
3535

36-
- name: 🐍 Publish distribution 📦
37-
run: uv publish --username __token__ --token ${{ secrets.PYPI_TOKEN }}
36+
- name: List artifacts
37+
run: ls -lah dist
38+
39+
- name: Publish to PyPI
40+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)