We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca07f2 commit 09c2737Copy full SHA for 09c2737
1 file changed
.github/workflows/python-publish.yml
@@ -33,5 +33,8 @@ jobs:
33
- name: Verify wheel installation
34
run: uv run --verbose --with aiogram_i18n --no-project --refresh-package aiogram_i18n -- python -c "import aiogram_i18n; print(aiogram_i18n.__version__)"
35
36
- - name: 🐍 Publish distribution 📦
37
- run: uv publish --username __token__ --token ${{ secrets.PYPI_TOKEN }}
+ - name: List artifacts
+ run: ls -lah dist
38
+
39
+ - name: Publish to PyPI
40
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments