cd: added gh environment for pypi

This commit is contained in:
Nicolas Kruse 2025-12-09 12:37:07 +01:00
parent 08e76c2d9e
commit 41ee9e9743
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ jobs:
if: contains(github.ref, '-beta') == false if: contains(github.ref, '-beta') == false
needs: [build_wheels] needs: [build_wheels]
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/${{ github.event.repository.name }}/
steps: steps:
- name: Install Twine - name: Install Twine
run: pip install --force-reinstall twine==6.2.0 run: pip install --force-reinstall twine==6.2.0