chore: update publish.yml

This commit is contained in:
Benexl
2025-08-16 19:31:28 +03:00
parent e67532c496
commit 5d32503ff9

View File

@@ -42,6 +42,12 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
# Dedicated environments with protections for publishing are strongly recommended.
environment:
name: pypi
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
# url: https://pypi.org/p/YOURPROJECT
steps:
- name: Retrieve release distributions
uses: actions/download-artifact@v4