Update release.yaml

This commit is contained in:
João Malés 2024-07-12 10:07:18 +01:00 committed by GitHub
parent 75c61747c2
commit c4d04aea43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,10 @@ jobs:
url: https://pypi.org/p/${{ matrix.package-name }} url: https://pypi.org/p/${{ matrix.package-name }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
ref: main
python-version: '3.11'
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with: